From 6afb291eea3dfadb889a3ea622d73457c2d4e3ef Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 26 Apr 2017 10:37:19 +0200 Subject: 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. --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'project') 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") -- cgit v1.2.3