Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade SBT to 1.1.0 #1

Merged
merged 1 commit into from
Feb 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")