Skip to content

Commit ddb592a

Browse files
renovate-botgaeljw
authored andcommitted
chore(deps): update dependency org.scala-lang.modules:scala-collection-compat to v2.4.2
1 parent 7901230 commit ddb592a

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.4.1")
86+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2")
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.10.0"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"

0 commit comments

Comments
 (0)