aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2017-04-26 10:37:19 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2017-04-26 10:37:19 +0200
commit6afb291eea3dfadb889a3ea622d73457c2d4e3ef (patch)
treebf8d69b6f46252515f2f56c556ecf3c97b87b567 /project
parent605760dbd421e648a0dae1d07517887f69e1caa8 (diff)
downloadscala-async-6afb291eea3dfadb889a3ea622d73457c2d4e3ef.tar.gz
scala-async-6afb291eea3dfadb889a3ea622d73457c2d4e3ef.tar.bz2
scala-async-6afb291eea3dfadb889a3ea622d73457c2d4e3ef.zip
Use scala-module-plugin, update tag-based publishing
The build didn't use the `scala-module-plugin` before but duplicated most of its settings - maybe I missed the reason why this is the case? Also update tag-based publishing to the latest version.
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index a6e117b..64317fd 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.8
+sbt.version=0.13.15
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 6655ada..293445d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
+addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")