Skip to content

Commit

Permalink
upgrade to sbt 0.13.13-RC3
Browse files Browse the repository at this point in the history
fixes scala#352
  • Loading branch information
SethTisue committed Oct 26, 2016
1 parent 37834d9 commit c2e58e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include file("project-refs.conf")

vars {
default-commands: []
sbt-version: "0.13.12"
sbt-version: "0.13.13-RC3"
}

//// compiler options manipulation
Expand Down Expand Up @@ -495,10 +495,6 @@ build += {
// be merged onto master for quite a while yet
// we don't compile sbt plugins
extra.exclude: ["sbtplugin"]
// on master, the build was recently redone and no longer works with 0.13.12.
// that work hasn't been merged onto the 2.12 branch yet. probably by the time
// that happens, we'll already have moved to 0.13.13 final here anyway
// extra.sbt-version: "0.13.13-RC3"
}

// TODO Spire is commented out because of https://github.com/non/spire/issues/592
Expand Down

0 comments on commit c2e58e6

Please sign in to comment.