diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 1fca28a..92fb98d 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.7.17 7c6966fbfe8e67006302d992d51bef38713be851 + +# Scala Steward: Reformat with scalafmt 3.8.0 +17c83ae6a8cc70e0b0ff8b5cc18975a37166a945 diff --git a/.scalafmt.conf b/.scalafmt.conf index f4b59b7..bbe2c07 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -7,4 +7,4 @@ newlines.topLevelStatementBlankLines = [ ] rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala213 -version=3.7.17 +version=3.8.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 7fb0d4b..3dc2c63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") \ No newline at end of file +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")