Skip to content

Commit 91e48dc

Browse files
committed
chore: 🤖 Upgrade compat to 2.8.1
1 parent 9c76bd3 commit 91e48dc

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
@@ -15,6 +15,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1515

1616
- [Core] Updated `cucumber-core` dependency to [7.6.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1717
- [Build] Upgrade `mockito-scala` to 1.17.12
18+
- [Scala] Upgrade `scala-collection-compat` to 2.8.1
1819

1920
### Deprecated
2021

‎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.7.0")
89+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1")
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.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"

0 commit comments

Comments
 (0)