-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to sbt 1.3.3 and use sbt-ci-release (#208)
References #193, #203. The issue with publishLocal mentioned in #193 seems to have disappeared. This should also use sonatype bundle uploads for releasing, which might speed up the travis release enough so it completes within the deadline. Still needs to be tested, though, because that feature is only used when doing non-snapshot releases. We should probably release an RC first to test the process.
- Loading branch information
Showing
4 changed files
with
3 additions
and
28 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
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
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.17 | ||
sbt.version=1.3.3 |
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,2 +1 @@ | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") | ||
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31") |