aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-03 13:11:13 -0800
committerJakob Odersky <jakob@odersky.com>2017-12-03 13:11:13 -0800
commit1155700447a091a21646643cef9605878b238b10 (patch)
treecaadf2f1bbe094e21f66b89732a8cadd593a4970 /project/plugins.sbt
parent6c1f60c0bf38ba95e701b4d4586a68bf61c22371 (diff)
downloadakka-serial-1155700447a091a21646643cef9605878b238b10.tar.gz
akka-serial-1155700447a091a21646643cef9605878b238b10.tar.bz2
akka-serial-1155700447a091a21646643cef9605878b238b10.zip
Upgrade to sbt 1; general upgrade
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt10
1 files changed, 5 insertions, 5 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2ff38e5..88e6acf 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,19 +3,19 @@
*/
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.4")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.1")
/*
* Utility plugins, can be disabled during plain build
*/
// Generate documentation for all sources
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
// Generate website content
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
// Sign published artifacts
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
// Publish to sonatype and sync with maven central
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")