Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and joan38 committed Apr 17, 2024
1 parent 875be75 commit 07c5b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ trait MillScalafixCross
val scalafixVersion = "0.12.0"
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:$scalafixVersion",
ivy"org.scala-lang.modules::scala-collection-compat:2.11.0",
ivy"org.scala-lang.modules::scala-collection-compat:2.12.0",
ivy"org.scala-lang.modules::scala-java8-compat:1.0.2"
)

Expand Down

0 comments on commit 07c5b6f

Please sign in to comment.