We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7901230 + ddb592a commit a85dc66Copy full SHA for a85dc66
build.sbt
@@ -83,7 +83,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
83
libraryDependencies ++= {
84
CrossVersion.partialVersion(scalaVersion.value) match {
85
case Some((2, n)) if n <= 12 =>
86
- List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1")
+ List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2")
87
case _ => Nil
88
}
89
},
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.10.0"
2
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
0 commit comments