diff --git a/.scalafmt.conf b/.scalafmt.conf index 312955c3d2..f81aec015b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.0.0-RC7 +version = 2.0.0-RC8 style = defaultWithAlign diff --git a/project/plugins.sbt b/project/plugins.sbt index 1bfdda4cc4..e2a2d0d0f8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.1") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "1.1.2")