aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-10 13:41:02 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-10 13:51:38 -0700
commit8d920cd69a28a6c4fa84c2407eef766b5f96919b (patch)
tree5bd382bd93f8a9f84b274ff73638af29de83fd7b /project/plugins.sbt
parent33dbedcf451db89b9d746b05612e6970d31b96db (diff)
downloadakka-serial-8d920cd69a28a6c4fa84c2407eef766b5f96919b.tar.gz
akka-serial-8d920cd69a28a6c4fa84c2407eef766b5f96919b.tar.bz2
akka-serial-8d920cd69a28a6c4fa84c2407eef766b5f96919b.zip
Use sonatype to deploy artifacts
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4eb4ab5..e994184 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,11 +16,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
// Generate website content
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
+// Publish to sonatype and sync with maven central
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
+
// Automate release process
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
// Usually a global plugin, made explicit to work with release automation
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
-
-// Usually a global plugin, made explicit to work with release automation
-addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")