From e0d80790834e6e93b4c8c537b7e9cc863fa3a3cc Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 24 Oct 2017 12:23:37 +0100 Subject: [PATCH] Scalafmt 1.3, sbt-scalafmt 1.14 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 93f3e3576..85ac238c9 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ def buildLevelSettings: Seq[Setting[_]] = scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")), resolvers += Resolver.mavenLocal, scalafmtOnCompile := true, - scalafmtVersion := "1.2.0", + scalafmtVersion := "1.3.0", )) def commonSettings: Seq[Setting[_]] = diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ebca3cac..f5433f7cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1") -addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10") +addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")