aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-12-01 22:47:13 -0800
committerJakob Odersky <jakob@odersky.com>2016-12-01 22:47:13 -0800
commite8117e273b1d57f2d31d43e58e190dda1cf2a025 (patch)
treeea45624be5917f7853661b0ff30e1f96f5e6b4f6 /project/plugins.sbt
parent00ab9d37906bb5163447c77e418f17b50787edd2 (diff)
downloadakka-serial-e8117e273b1d57f2d31d43e58e190dda1cf2a025.tar.gz
akka-serial-e8117e273b1d57f2d31d43e58e190dda1cf2a025.tar.bz2
akka-serial-e8117e273b1d57f2d31d43e58e190dda1cf2a025.zip
Upgrade versions
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 1 insertions, 3 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 3c53cfd..3db4586 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,10 +2,8 @@
* Main plugins
*/
-resolvers += Resolver.jcenterRepo
-
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.1")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.4")
/*
* Utility plugins, can be disabled during plain build