Skip to content

Revert "Bump SBT from v0.13.6-M1-31-g0b2f2ae5a to 0.13" #483

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

Merged
merged 1 commit into from
Feb 22, 2017
Merged
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
5 changes: 4 additions & 1 deletion common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ vars: {
// use of CrossVersion.patch; see https://github.com/scala/community-builds/issues/384
shapeless-ref : "milessabin/shapeless.git#eec3d55d1840a2ab31efedc9f8badefd6a49f5f9"
scoverage-ref : "scoverage/scalac-scoverage-plugin.git#1.0.2"
sbt-ref : "sbt/sbt.git#0.13"
// change from https://github.com/sbt/sbt/pull/1509 broke building sbt with Scala 2.11
// this problem is tracked in https://github.com/sbt/sbt/issues/1523
// for now, we stick to fixed sha1 of sbt right before the merge of #1509
sbt-ref : "sbt/sbt.git#0b2f2ae5a8ab2b082b6e15b196d671a4c18cc9f2"
// this is commit corresponding to 1.3.0 release, unfortunely pimpathon doesn't tag its releases
pimpathon-ref : "stacycurl/pimpathon.git#d2354dd92f5481610f4610edba3574880b07263e"
sbt-testng-interface-ref : "scalacommunitybuild/sbt-testng.git#community-build-2.12"
Expand Down