Skip to content

Commit

Permalink
Update scalafix-interfaces to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 2, 2024
1 parent b420814 commit 3b0e787
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 @@ -30,7 +30,7 @@ trait MillScalafixCross
ivy"com.lihaoyi::mill-main:$millVersion",
ivy"com.lihaoyi::mill-scalalib:$millVersion"
)
val scalafixVersion = "0.11.1"
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",
Expand Down

0 comments on commit 3b0e787

Please sign in to comment.