From 7971295de81e5ee06fa1d9d8784b5c15c7fc6e9a Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 8 Jan 2018 14:56:25 +0900 Subject: sbt 1.1.2 --- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index c091b86..0531343 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.1.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index b6edd90..b687503 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9") +addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18") -- cgit v1.2.3