Skip to content

Commit

Permalink
Bump Mill-Scalafix to 0.4.1 (#3439)
Browse files Browse the repository at this point in the history
Necessary for rebootstrapping
  • Loading branch information
lihaoyi authored Sep 2, 2024
1 parent 455dec6 commit 2e9a720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill-build/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object build extends MillBuildRootModule {
ivy"net.sourceforge.htmlcleaner:htmlcleaner:2.29",
// TODO: implement empty version for ivy deps as we do in import parser
ivy"com.lihaoyi::mill-contrib-buildinfo:${mill.api.BuildInfo.millVersion}",
ivy"com.goyeau::mill-scalafix::0.4.0"
ivy"com.goyeau::mill-scalafix::0.4.1"
)
}

0 comments on commit 2e9a720

Please sign in to comment.