Skip to content

Commit

Permalink
Re-enable scalafix (com-lihaoyi#4389)
Browse files Browse the repository at this point in the history
Now that joan38/mill-scalafix#225 is available
  • Loading branch information
lihaoyi authored and gamlerhart committed Feb 9, 2025
1 parent 652c001 commit 1030494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ trait MillPublishJavaModule extends MillJavaModule with PublishModule {
* Some custom scala settings and test convenience
*/
trait MillScalaModule extends ScalaModule with MillJavaModule with ScalafixModule { outer =>
def fix(args: String*) = Task.Command[Unit] {
/*https://github.com/com-lihaoyi/mill/issues/4353*/
}
def scalaVersion = Deps.scalaVersion
def scalafixScalaBinaryVersion = ZincWorkerUtil.scalaBinaryVersion(scalaVersion())
def semanticDbVersion = Deps.semanticDBscala.version
Expand Down
2 changes: 1 addition & 1 deletion mill-build/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object `package` 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.2",
ivy"com.goyeau::mill-scalafix::0.5.0",
ivy"com.lihaoyi::mill-main-graphviz:${mill.api.BuildInfo.millVersion}",
// TODO: document, why we have this dependency
ivy"org.jsoup:jsoup:1.18.1"
Expand Down

0 comments on commit 1030494

Please sign in to comment.