aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt6
1 files changed, 4 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ca2955f..7b64831 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,7 @@
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.8")
-addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC5")
+addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC8")
-addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "1.0.4+8-2e879ede+20170721-1345") \ No newline at end of file
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5") \ No newline at end of file