-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mostly went well, two primary issues found: 1. It seems to leave the terminal in a bad state. For now working around by calling `stty sane`. 2. Switch some of the non-required plugins to get versions compatible with 1.0.
- Loading branch information
1 parent
1bb9d83
commit a449c4a
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=0.13.15 | ||
sbt.version=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") | ||
addSbtPlugin("com.sksamuel.sbt-versions" % "sbt-versions" % "0.2.0") | ||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") | ||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") | ||
|
||
// Convenient helpers, not required | ||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.