From 7533a18a8791afcf106d7003d4726518ff619fdc Mon Sep 17 00:00:00 2001 From: "TonioGela's Scala Steward[bot]" <135588411+toniogela-s-scala-steward[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:02:50 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.2 --- .scalafmt.conf | 2 +- src/main/g8/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 723c6b0..a45d20d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.1" +version = "3.8.2" # These can be used to delimit zone to do not format # // format: off diff --git a/src/main/g8/.scalafmt.conf b/src/main/g8/.scalafmt.conf index 723c6b0..a45d20d 100644 --- a/src/main/g8/.scalafmt.conf +++ b/src/main/g8/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.1" +version = "3.8.2" # These can be used to delimit zone to do not format # // format: off From 5bcb3bef90854fb41f06c96df8f70d4367ea5bc3 Mon Sep 17 00:00:00 2001 From: "TonioGela's Scala Steward[bot]" <135588411+toniogela-s-scala-steward[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:02:53 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.2 Executed command: scalafmt --non-interactive --- project/plugins.sbt | 2 +- src/main/g8/build.sbt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ca0f276..2de567a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") -libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value +libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value // These are here for scala-steward addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index b82f684..f875648 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,8 +1,10 @@ import Dependencies._ -inScope(Global)( - List(onChangedBuildSource := ReloadOnSourceChanges, showSuccess := false, excludeLintKeys += showSuccess) -) +inScope(Global)(List( + onChangedBuildSource := ReloadOnSourceChanges, + showSuccess := false, + excludeLintKeys += showSuccess +)) inThisBuild(List( crossScalaVersions := List("3.4.1"), From 23ad82e43d4e9d2b22484126502c1501942cd092 Mon Sep 17 00:00:00 2001 From: "TonioGela's Scala Steward[bot]" <135588411+toniogela-s-scala-steward[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:02:53 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.2' 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 c4bd0ab..e47792d 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.6.1 153b6b4562adb33c4ace06cfbff63d063276c668 + +# Scala Steward: Reformat with scalafmt 3.8.2 +5bcb3bef90854fb41f06c96df8f70d4367ea5bc3