From 45f1c4112a73336c55306d361786c5f2d4aeb11d Mon Sep 17 00:00:00 2001 From: James Roper Date: Wed, 30 Aug 2017 14:01:52 +1000 Subject: [PATCH] Upgraded to sbt 1.0.1 --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index c091b86..7b6213b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.0.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 5326ef1..7a1196f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-web-build-base" % "1.1.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-web-build-base" % "1.2.0")