Upgrade to sbt-scalafmt 1.15 & scalafmt 1.4.0

This commit is contained in:
Dale Wijnand 2018-04-04 15:13:53 +01:00
parent 187c50c78d
commit 490f57c779
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
2 changed files with 2 additions and 1 deletions

View File

@ -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(

View File

@ -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")