aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@inpher.io>2019-02-28 01:20:00 +0100
committerJakob Odersky <jakob@inpher.io>2019-02-28 01:20:00 +0100
commite9b9a3e8858f1b5e41a411e6e4995d796f3e409f (patch)
treea01b688770b499389edb9d9b3a5efd9e3e8e786e /project
parent76ce9beb29b7c11fd622c4734b65cefe1a3b99bc (diff)
downloadakka-serial-e9b9a3e8858f1b5e41a411e6e4995d796f3e409f.tar.gz
akka-serial-e9b9a3e8858f1b5e41a411e6e4995d796f3e409f.tar.bz2
akka-serial-e9b9a3e8858f1b5e41a411e6e4995d796f3e409f.zip
Move to sbt-gpg for signing releases
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5990b6e..581816f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
// Sign published artifacts
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
+addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0")
// Publish to sonatype and sync with maven central
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4")