aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2017-06-12 13:19:52 -0700
committerzachdriver <zach@driver.xyz>2017-06-20 13:36:27 -0700
commit044ff9e59b6a97cee7fc53f85504aa3ed14e80f4 (patch)
tree4ed21020eb48e9003f67e14869b77a8d31712eb9 /build.sbt
parentaa06ea752b7f332b574192431f1d0390439fc40d (diff)
downloadsbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.tar.gz
sbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.tar.bz2
sbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.zip
Add scalafmt to test
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 6e8eb6e..73f2552 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,7 +7,6 @@ scalaVersion := "2.10.6"
publishMavenStyle := true
// Code style plugins
-// addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.8")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "0.4")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")