Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0 (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 17, 2024
1 parent 88a95ba commit de054ab
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 @@ -64,7 +64,7 @@ lazy val commonSettings = Seq(
"com.github.vovapolu" %% "scaluzzi" % "0.1.23"
),
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"javax.annotation" % "javax.annotation-api" % "1.3.2",
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
Expand Down

0 comments on commit de054ab

Please sign in to comment.