From b54c6fae14af2dd298154bb37d7075d047e11bd9 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Mon, 17 Mar 2014 13:16:13 +0100 Subject: Update to sbt 0.13.1. Also, update to latest versions of sbt plugins used in spray-json build. --- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index f069b10..37b489c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.12.4 \ No newline at end of file +sbt.version=0.13.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index e706598..b0664ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2") +addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3") addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.5.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") -- cgit v1.2.3