Skip to content

Commit

Permalink
Update scalafix to 0.13.0
Browse files Browse the repository at this point in the history
didnt test breakages
  • Loading branch information
bishabosha authored Sep 28, 2024
1 parent 31e0ce8 commit 8ba6532
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.12.1"
val scalafixVersion = "0.13.0"
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:$scalafixVersion",
ivy"org.scala-lang.modules::scala-collection-compat:2.12.0",
Expand Down

0 comments on commit 8ba6532

Please sign in to comment.