aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-02-14 19:09:34 -0800
committerJakob Odersky <jakob@odersky.com>2018-02-14 19:09:34 -0800
commit5a164f54eb2f156aa6a3244d4da83e3571ebd88d (patch)
treea8c836a1d54b571b0a5b80f81ee10f0c3de3db64 /project
parent2cf09f984cf77883497b2de6b0af463cae8e20f1 (diff)
downloadspray-json-derivation-5a164f54eb2f156aa6a3244d4da83e3571ebd88d.tar.gz
spray-json-derivation-5a164f54eb2f156aa6a3244d4da83e3571ebd88d.tar.bz2
spray-json-derivation-5a164f54eb2f156aa6a3244d4da83e3571ebd88d.zip
Add missing plugins required to auto-release
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a1e2f8a..8d0ff3c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,5 @@
ivyLoggingLevel := UpdateLogging.Quiet
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.2.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")