aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2017-06-19 20:30:52 -0700
committerzachdriver <zach@driver.xyz>2017-06-20 13:36:27 -0700
commit4ecd34365ef3921ba7f3c60547363356534aa27d (patch)
tree1704761ffeab17d818b9005953bf9ff138cb1a4d
parent044ff9e59b6a97cee7fc53f85504aa3ed14e80f4 (diff)
downloadsbt-settings-4ecd34365ef3921ba7f3c60547363356534aa27d.tar.gz
sbt-settings-4ecd34365ef3921ba7f3c60547363356534aa27d.tar.bz2
sbt-settings-4ecd34365ef3921ba7f3c60547363356534aa27d.zip
Bump neo-sbt-scalafmt to 1.6
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 73f2552..aba0e46 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,7 +7,7 @@ scalaVersion := "2.10.6"
publishMavenStyle := true
// Code style plugins
-addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "0.4")
+addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")