We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4f45c commit e8ddefeCopy full SHA for e8ddefe
build.sbt
@@ -86,7 +86,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
86
libraryDependencies ++= {
87
CrossVersion.partialVersion(scalaVersion.value) match {
88
case Some((2, n)) if n == 12 =>
89
- List("org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0")
+ List("org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0")
90
case _ => Nil
91
}
92
},
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.16.1"
2
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
0 commit comments