File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1414### Changed
1515
1616- [ Core] Updated ` cucumber-core ` dependency to [ 6.10.4] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.4.4
1718
1819### Deprecated
1920
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
8383 libraryDependencies ++= {
8484 CrossVersion .partialVersion(scalaVersion.value) match {
8585 case Some ((2 , n)) if n <= 12 =>
86- List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.2 " )
86+ List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.4 " )
8787 case _ => Nil
8888 }
8989 },
Original file line number Diff line number Diff line change 11libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.4"
2- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.3 "
2+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.4 "
You can’t perform that action at this time.
0 commit comments