Skip to content

Commit 9c37481

Browse files
committed
chore: 🤖 Upgrade scala-collections-compat
1 parent 9a1d840 commit 9c37481

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
1718

1819
### Deprecated
1920

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
8686
libraryDependencies ++= {
8787
CrossVersion.partialVersion(scalaVersion.value) match {
8888
case Some((2, n)) if n == 12 =>
89-
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1")
89+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0")
9090
case _ => Nil
9191
}
9292
},

‎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.10.0"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"

0 commit comments

Comments
 (0)