Skip to content

Commit 6139be4

Browse files
authored
Merge pull request #169 from cucumber/chore/collcompat
chore: 🤖 Update scala-collection-compat to 2.4.1
2 parents da7487e + f745ffb commit 6139be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.1")
86+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1")
8787
case _ => Nil
8888
}
8989
},

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" % "6.9.1"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.0"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"

0 commit comments

Comments
 (0)