aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-08 17:10:02 -0700
committervlad <vlad@drivergrp.com>2016-08-08 17:10:02 -0700
commit4c3274c0699a4f87597937a1115b1ab73a6cb6be (patch)
treefe3ad06d8245c5be8ce330de61fda90a7385536d /project/plugins.sbt
downloadsbt-settings-4c3274c0699a4f87597937a1115b1ab73a6cb6be.tar.gz
sbt-settings-4c3274c0699a4f87597937a1115b1ab73a6cb6be.tar.bz2
sbt-settings-4c3274c0699a4f87597937a1115b1ab73a6cb6be.zip
Sbt plugin with common sbt configurations
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt17
1 files changed, 17 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..e15ba4a
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,17 @@
+
+// Code style plugins
+addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.2.10")
+addSbtPlugin("org.wartremover" % "sbt-wartremover" % "1.0.1")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
+
+// Launch and deploy/release plugins
+addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
+addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.1")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
+addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0")
+
+// This plugin represents functionality that is to be added to sbt in the future
+addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1") \ No newline at end of file