Skip to content

Commit

Permalink
Merge pull request #710 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.12.0

Update scala-collection-compat to 2.12.0
  • Loading branch information
tminglei authored Apr 18, 2024
2 parents 8fe1bbb + 4bdcc5f commit ce95607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def mainDependencies(scalaVersion: String) = {
"dev.zio" %% "izumi-reflect" % "2.3.8",
"com.typesafe.slick" %% "slick" % "3.5.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "provided",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test",
Expand Down

0 comments on commit ce95607

Please sign in to comment.