From a12ade57f83319e50a54c9674d4ce26c31248f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Wed, 28 Aug 2019 14:22:44 +0300 Subject: [PATCH] Upgrade to the latest scalafmt --- .scalafmt.conf | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")