Skip to content

Commit ec5f9e3

Browse files
authored
Merge pull request #145 from cucumber/renovate/org.scala-lang.modules-scala-collection-compat-2.x
Update dependency org.scala-lang.modules:scala-collection-compat to v2.3.0
2 parents c7a0306 + 88fd0fa commit ec5f9e3

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
@@ -75,7 +75,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
7575
),
7676
libraryDependencies ++= {
7777
CrossVersion.partialVersion(scalaVersion.value) match {
78-
case Some((2, n)) if n <= 12 => List("org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0")
78+
case Some((2, n)) if n <= 12 => List("org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0")
7979
case _ => Nil
8080
}
8181
},

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.0"
2-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
2+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0"

0 commit comments

Comments
 (0)