aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-08 15:47:14 -0700
committervlad <vlad@drivergrp.com>2016-08-08 15:47:14 -0700
commit7d22d3adef1ddd4b54ca306140cdec72600458ab (patch)
treef72b42083e292447139710b23bba87abb45a3eb4 /project/plugins.sbt
parent69560f6ebe82a56755dccbb1ba35d7a93d0dd69b (diff)
downloaddriver-core-7d22d3adef1ddd4b54ca306140cdec72600458ab.tar.gz
driver-core-7d22d3adef1ddd4b54ca306140cdec72600458ab.tar.bz2
driver-core-7d22d3adef1ddd4b54ca306140cdec72600458ab.zip
Start using sbt plugin for all settings
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt12
1 files changed, 1 insertions, 11 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a3a7fb7..d8c77e4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,11 +1 @@
-// 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("com.typesafe.sbt" % "sbt-git" % "0.8.5")
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
-
-// 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
+addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.1.0")