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 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/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/.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 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"),