Skip to content

Commit d36f52c

Browse files
committed
chore: 🤖 upgrade scala-collection-compat
1 parent 5f10791 commit d36f52c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 [7.5.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- [Scala] Upgrade `scala-collection-compat` to 2.8.0
1718

1819
### Deprecated
1920

‎project/build-dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.5.0"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0"

0 commit comments

Comments
 (0)