File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
109109 libraryDependencies ++= {
110110 CrossVersion .partialVersion(scalaVersion.value) match {
111111 case Some ((2 , n)) if n == 12 =>
112- List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.13 .0" )
112+ List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.14 .0" )
113113 case _ => Nil
114114 }
115115 },
Original file line number Diff line number Diff line change 11libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.30.0"
2- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.13 .0"
2+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.14 .0"
You can’t perform that action at this time.
0 commit comments