Skip to content

Commit 3086d2a

Browse files
committed
chore: 🤖 Upgrade scala-collection-compat to 2.4.4
1 parent 1525d62 commit 3086d2a

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 [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
1718

1819
### Deprecated
1920

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
8383
libraryDependencies ++= {
8484
CrossVersion.partialVersion(scalaVersion.value) match {
8585
case Some((2, n)) if n <= 12 =>
86-
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2")
86+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4")
8787
case _ => Nil
8888
}
8989
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.10.4"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"

0 commit comments

Comments
 (0)