aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
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/plugins.sbt
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/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
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")