Skip to content

Commit

Permalink
Update scala-collection-compat to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and joan38 committed Jun 20, 2023
1 parent 1ae0198 commit aad3a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -35,7 +35,7 @@ class MillScalafixCross(millVersion: String)
val scalafixVersion = "0.11.0"
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:$scalafixVersion",
ivy"org.scala-lang.modules::scala-collection-compat:2.10.0",
ivy"org.scala-lang.modules::scala-collection-compat:2.11.0",
ivy"org.scala-lang.modules::scala-java8-compat:1.0.2"
)

Expand Down

0 comments on commit aad3a3b

Please sign in to comment.