We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f10791 commit d36f52cCopy full SHA for d36f52c
‎CHANGELOG.md
@@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
14
### Changed
15
16
- [Core] Updated `cucumber-core` dependency to [7.5.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
+- [Scala] Upgrade `scala-collection-compat` to 2.8.0
18
19
### Deprecated
20
‎project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.5.0"
2
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0"
0 commit comments