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"))
75
75
),
76
76
libraryDependencies ++= {
77
77
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" )
79
79
case _ => Nil
80
80
}
81
81
},
Original file line number Diff line number Diff line change 1
1
libraryDependencies += " 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