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 2bd6c91 + c8eedfe commit e32563aCopy full SHA for e32563a
build.sbt
@@ -84,7 +84,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
84
libraryDependencies ++= {
85
CrossVersion.partialVersion(scalaVersion.value) match {
86
case Some((2, n)) if n <= 12 =>
87
- List("org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0")
+ List("org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1")
88
case _ => Nil
89
}
90
},
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.9.0"
2
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1"
0 commit comments