From 094e0e39be240f815423fc57789d19b1b6256db6 Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:03:56 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c13eb17..4342605 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.6" project.git = true runner.dialect = scala213 docstrings.wrap = no From 4c6d0b3c42193e09d9c775dd68cb2aec2fbbbf9f Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:03:59 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.6 Executed command: scalafmt --non-interactive --- build.sc | 2 +- itest/src/cyclical/build.sc | 5 ++++- itest/src/minimal/build.sc | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/build.sc b/build.sc index 4262a5b..390ec6d 100644 --- a/build.sc +++ b/build.sc @@ -102,7 +102,7 @@ trait ItestCross extends Cross.Module[String] with MillIntegrationTestModule { override def testInvocations: T[Seq[(PathRef, Seq[TestInvocation.Targets])]] = T { - val env = if(millTestVersion() >= "0.12") + val env = if (millTestVersion() >= "0.12") Map( "COURSIER_REPOSITORIES" -> s"central sonatype:releases ivy:file://${T.dest.toString.replaceFirst("testInvocations", "test")}/ivyRepo/local/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" ) diff --git a/itest/src/cyclical/build.sc b/itest/src/cyclical/build.sc index a93ddc1..083dbf2 100644 --- a/itest/src/cyclical/build.sc +++ b/itest/src/cyclical/build.sc @@ -21,7 +21,10 @@ object overflow extends ScalaModule { } def checkManifest(ev: Evaluator) = T.command { - val projectDir = Iterator.iterate(os.pwd)(_ / os.up).find(dir => os.exists(dir / "manifests.json")).get + val projectDir = Iterator + .iterate(os.pwd)(_ / os.up) + .find(dir => os.exists(dir / "manifests.json")) + .get val expected = ujson.read(os.read(projectDir / "manifests.json")) val manifestMapping = Graph.generate(ev)() diff --git a/itest/src/minimal/build.sc b/itest/src/minimal/build.sc index 6e1b382..10e911f 100644 --- a/itest/src/minimal/build.sc +++ b/itest/src/minimal/build.sc @@ -17,7 +17,10 @@ object minimal extends ScalaModule { } def checkManifest(ev: Evaluator) = T.command { - val projectDir = Iterator.iterate(os.pwd)(_ / os.up).find(dir => os.exists(dir / "manifests.json")).get + val projectDir = Iterator + .iterate(os.pwd)(_ / os.up) + .find(dir => os.exists(dir / "manifests.json")) + .get val expected = ujson.read(os.read(projectDir / "manifests.json")) val manifestMapping = Graph.generate(ev)() From b1839400d6493b34fef2b36dd62a1581db2b6a2b Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:03:59 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..167220f --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.6 +4c6d0b3c42193e09d9c775dd68cb2aec2fbbbf9f