From 59f580e5c71d5d815ebbba080c3d6ff8f7db3c73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 15:55:32 +0000 Subject: [PATCH] Update mill-scalafix to 0.4.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c33b467..efc74fe 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import $ivy.`com.goyeau::mill-git::0.2.5` -import $ivy.`com.goyeau::mill-scalafix::0.4.1` +import $ivy.`com.goyeau::mill-scalafix::0.4.2` import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1` import $ivy.`io.github.davidgregory084::mill-tpolecat::0.3.5` import com.goyeau.mill.git.{GitVersionModule, GitVersionedPublishModule}