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 @@ -15,6 +15,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
15
15
16
16
- [ Core] Updated ` cucumber-core ` dependency to [ 7.6.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
17
- [ Build] Upgrade ` mockito-scala ` to 1.17.12
18
+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.8.1
18
19
19
20
### Deprecated
20
21
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
86
86
libraryDependencies ++= {
87
87
CrossVersion .partialVersion(scalaVersion.value) match {
88
88
case Some ((2 , n)) if n == 12 =>
89
- List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.7.0 " )
89
+ List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 " )
90
90
case _ => Nil
91
91
}
92
92
},
Original file line number Diff line number Diff line change 1
1
libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.6.0"
2
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.0 "
2
+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 "
You can’t perform that action at this time.
0 commit comments