aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-07-21 21:32:49 -0400
committervlad <vlad@drivergrp.com>2016-07-21 21:32:49 -0400
commit5790001bc13401a12a32dbb3012c49a647cc541a (patch)
treee55511e141dbb1aae4ee2dfd0e9e9a0c44e83651 /project/plugins.sbt
parent5ad9f08ae8b53a89d2efcf1835ddf977278746b8 (diff)
downloaddriver-core-5790001bc13401a12a32dbb3012c49a647cc541a.tar.gz
driver-core-5790001bc13401a12a32dbb3012c49a647cc541a.tar.bz2
driver-core-5790001bc13401a12a32dbb3012c49a647cc541a.zip
Plugins configuration for releasesv0.1.0
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ee760ea..a3a7fb7 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,5 +3,9 @@ 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