-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for Scala 2.12.0 * Update yml indent * Turn on coverage by default * Turn on scalaFmtTest again * Remove call to inThisBuild, enable coverage only for 2.11 * Use oraclejdk8 for scala 2.12.0 * Turn off mima for 2.12 as this is the first release
- Loading branch information
Showing
4 changed files
with
20 additions
and
12 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
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
# Author: Paul Phillips <[email protected]> | ||
|
||
# todo - make this dynamic | ||
declare -r sbt_release_version="0.13.12" | ||
declare -r sbt_unreleased_version="0.13.12" | ||
declare -r sbt_release_version="0.13.13" | ||
declare -r sbt_unreleased_version="0.13.13" | ||
declare -r buildProps="project/build.properties" | ||
|
||
declare sbt_jar sbt_dir sbt_create sbt_version | ||
|