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 da7487e + f745ffb commit 6139be4Copy full SHA for 6139be4
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.3.1")
+ List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1")
87
case _ => Nil
88
}
89
},
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.9.1"
2
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.0"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
0 commit comments