diff --git a/.scalafmt.conf b/.scalafmt.conf index f81aec015..a7cb0de96 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.0.0-RC8 +version = 2.0.1 style = defaultWithAlign diff --git a/project/plugins.sbt b/project/plugins.sbt index 7cc5b3286..c4a406250 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.3") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")