diff --git a/.scalafmt.conf b/.scalafmt.conf index 5d16505..6724a16 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.8.2 runner.dialect = scala213 project { git = true diff --git a/build.sbt b/build.sbt index 80f5c30..24e8817 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ inThisBuild(List( )) publish / skip := true -val scalafmtVersion = "3.8.1" +val scalafmtVersion = "3.8.2" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"