diff --git a/.scalafmt.conf b/.scalafmt.conf index 86af507..df9a346 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 runner.dialect = scala213 project.git = true project.excludeFilters = [ diff --git a/build.sbt b/build.sbt index b03caba..6c2e532 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ inThisBuild( ) publish / skip := true -val scalafmtVersion = "3.7.17" +val scalafmtVersion = "3.8.0" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt ${scalafmtVersion})" lazy val plugin = project