Skip to content

Commit

Permalink
Merge pull request #1 from fractal/SBT-1.1
Browse files Browse the repository at this point in the history
Upgrade SBT to 1.1.0
  • Loading branch information
fernandoracca authored Feb 3, 2018
2 parents dc41753 + 9889034 commit 43038ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.3
sbt.version=1.1.0
6 changes: 1 addition & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 43038ed

Please sign in to comment.