From 490f57c779e007436455d683ffaedaf235387185 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 4 Apr 2018 15:13:53 +0100 Subject: [PATCH] Upgrade to sbt-scalafmt 1.15 & scalafmt 1.4.0 --- build.sbt | 2 +- project/plugins.sbt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61231fbd7..1c24cf775 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ def buildLevelSettings: Seq[Setting[_]] = resolvers += Resolver.mavenLocal, scalafmtOnCompile := true, scalafmtOnCompile in Sbt := false, - scalafmtVersion := "1.3.0", + scalafmtVersion := "1.4.0", )) def commonSettings: Seq[Setting[_]] = Def.settings( diff --git a/project/plugins.sbt b/project/plugins.sbt index 278929bd0..4ec42a3d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,5 @@ addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.5") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0") +addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.9")