From 5790001bc13401a12a32dbb3012c49a647cc541a Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 21 Jul 2016 21:32:49 -0400 Subject: Plugins configuration for releases --- project/plugins.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project/plugins.sbt') 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 -- cgit v1.2.3