diff --git a/README.md b/README.md index 284d8d8..b46d5f9 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It provides some minimal code just to demonstrate usage. Requires --------------- * Please download latest version of SBT. -* [sbt 1.0.3](http://www.scala-sbt.org) +* [sbt 1.1.0](http://www.scala-sbt.org) Use --------------- diff --git a/project/build.properties b/project/build.properties index 9abea12..8b697bb 100755 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.3 +sbt.version=1.1.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index eb760d8..9d585db 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,5 @@ resolvers += Classpaths.sbtPluginReleases // See docs : https://github.com/sbt/sbt-native-packager -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2") //Documentation is not published, which can cause some issues when using Intellij's SBT Shell Library - - -//just a useful tool graph depenency tool. comment out if having troubles behind certain proxies -//addSbtPlugin("net-virtual-void" % "sbt-dependency-graph" % "0.9.0") \ No newline at end of file