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.
1 parent f258934 commit dd1dee6Copy full SHA for dd1dee6
‎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.4.4")
+ List("org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0")
88
case _ => Nil
89
}
90
},
0 commit comments