From 648566ba1d53ac9738b9d79fe05cd8a9ef47307c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Feb 2024 21:08:10 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c029996..820203a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 runner.dialect = "scala3" align.preset = more From 668c493ccc4b9673ed8f821176887284469b6264 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Feb 2024 21:08:24 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.0 Executed command: scalafmt --non-interactive --- build.sbt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/build.sbt b/build.sbt index b225095..58df721 100644 --- a/build.sbt +++ b/build.sbt @@ -25,11 +25,11 @@ ThisBuild / semanticdbVersion := scalafixSemanticdb.revision ThisBuild / scalafixOnCompile := true // Don't publish the root project -publish / skip := true -publish := (()) -publishLocal := (()) +publish / skip := true +publish := (()) +publishLocal := (()) publishArtifact := false -publishTo := None +publishTo := None val siteSettings = Seq( Compile / doc / scalacOptions ++= ( @@ -41,21 +41,21 @@ val siteSettings = Seq( lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) - .in(file("core")) - .settings( - name := "interim", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test, - Compile / doc / scalacOptions ++= - Seq( - "-project", - "InterIm", - "-project-version", - version.value, - "-social-links:github::https://github.com/JD557/interim", - "-siteroot", - "docs" - ) - ) + .in(file("core")) + .settings( + name := "interim", + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test, + Compile / doc / scalacOptions ++= + Seq( + "-project", + "InterIm", + "-project-version", + version.value, + "-social-links:github::https://github.com/JD557/interim", + "-siteroot", + "docs" + ) + ) releaseCrossBuild := true releaseTagComment := s"Release ${(ThisBuild / version).value}" From 1721dbb9283a9192981796beb1b1511d8e0ce0e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Feb 2024 21:08:24 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 19aa949..0186d9c 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.7.12 fb28cb61e3b756de7125c1af8e43770cb7cd006f + +# Scala Steward: Reformat with scalafmt 3.8.0 +668c493ccc4b9673ed8f821176887284469b6264