From 8720228a46ccfc8141ad664a7bb72af2d7d86f24 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:29:11 +0100 Subject: [PATCH 1/4] Update scalafmt-core to 3.8.6 (#173) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index df1ba65..0221970 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.6" runner.dialect = scala213 From 241d1c193cac5da4b677d79a6a33669d69d11874 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:29:47 +0100 Subject: [PATCH 2/4] Update de.tobiasroeser.mill.vcs.version to 0.4.1 (#170) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index e54d299..75d4496 100644 --- a/build.sc +++ b/build.sc @@ -10,7 +10,7 @@ import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1` import de.tobiasroeser.mill.integrationtest._ import $ivy.`com.goyeau::mill-scalafix::0.4.0` import com.goyeau.mill.scalafix.ScalafixModule -import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0` +import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.1` import de.tobiasroeser.mill.vcs.version.VcsVersion import $ivy.`com.github.lolgab::mill-mima::0.1.1` import com.github.lolgab.mill.mima._ From a72f4fae2870a04467b6afde4093190d6ca41957 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:51:15 +0100 Subject: [PATCH 3/4] Update mill-scalafix to 0.4.2 (#169) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 75d4496..7e3f844 100644 --- a/build.sc +++ b/build.sc @@ -8,7 +8,7 @@ import $ivy.`com.lihaoyi::mill-contrib-buildinfo:` import mill.contrib.buildinfo.BuildInfo import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1` import de.tobiasroeser.mill.integrationtest._ -import $ivy.`com.goyeau::mill-scalafix::0.4.0` +import $ivy.`com.goyeau::mill-scalafix::0.4.2` import com.goyeau.mill.scalafix.ScalafixModule import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.1` import de.tobiasroeser.mill.vcs.version.VcsVersion From 0fb64ead5c646b74bce6a616ca62562d6faf7a7d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:51:24 +0100 Subject: [PATCH 4/4] Update mima-core to 1.1.4 (#166) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 7e3f844..0a13198 100644 --- a/build.sc +++ b/build.sc @@ -91,7 +91,7 @@ object `mill-mima-worker-api` extends Common object `mill-mima-worker-impl` extends Common { override def moduleDeps = super.moduleDeps ++ Seq(`mill-mima-worker-api`) override def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.typesafe::mima-core:1.1.3" + ivy"com.typesafe::mima-core:1.1.4" ) }