Skip to content

Commit dd1dee6

Browse files
authored
chore: 🤖 Bump collections compat version (#277)
1 parent f258934 commit dd1dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
8484
libraryDependencies ++= {
8585
CrossVersion.partialVersion(scalaVersion.value) match {
8686
case Some((2, n)) if n == 12 =>
87-
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4")
87+
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0")
8888
case _ => Nil
8989
}
9090
},

0 commit comments

Comments
 (0)