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 @@ -75,7 +75,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
7575 ),
7676 libraryDependencies ++= {
7777 CrossVersion .partialVersion(scalaVersion.value) match {
78- case Some ((2 , n)) if n <= 12 => List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.2 .0" )
78+ case Some ((2 , n)) if n <= 12 => List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.3 .0" )
7979 case _ => Nil
8080 }
8181 },
Original file line number Diff line number Diff line change 11libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.9.0"
2- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.2 .0"
2+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.3 .0"
You can’t perform that action at this time.
0 commit comments