aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-07-02 19:31:40 -0700
committerJakob Odersky <jakob@driver.xyz>2018-07-02 19:31:40 -0700
commit46d9b4399323ddb3534d4694d1eebd6604baa892 (patch)
tree342ee6b1643d50af4d2c08d44050a3ca23086e91 /build.sbt
parent22e03476cad9a7ce34415bba150771e974a85ef5 (diff)
downloadsbt-settings-46d9b4399323ddb3534d4694d1eebd6604baa892.tar.gz
sbt-settings-46d9b4399323ddb3534d4694d1eebd6604baa892.tar.bz2
sbt-settings-46d9b4399323ddb3534d4694d1eebd6604baa892.zip
Improve reporting of fatal warnings
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b89775c..455387b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,7 +4,7 @@ name := "sbt-settings"
scalaVersion := "2.12.6"
// Plugins that will be included transitively in projects depending on sbt-settings
-addSbtPlugin("com.lucidchart" %% "sbt-scalafmt" % "1.15")
+addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.6.0-RC3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.1")
addSbtPlugin("com.eed3si9n" %% "sbt-buildinfo" % "0.9.0")