aboutsummaryrefslogtreecommitdiff
path: root/project
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 /project
parentaa06ea752b7f332b574192431f1d0390439fc40d (diff)
downloadsbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.tar.gz
sbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.tar.bz2
sbt-settings-044ff9e59b6a97cee7fc53f85504aa3ed14e80f4.zip
Add scalafmt to test
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2cfaba0..3dc4a0d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,4 @@
// Code style plugins
-// addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")