Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit a814ca0

Browse files
committed
Use 0.13.2 in nightly release due to sbt/sbt#1430
0.13.5 does not respect "set every scalaVersion" Also update version numbers in run-sbt-on-scala-snapshot.
1 parent 09c9cfa commit a814ca0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

job/run-sbt-on-scala-snapshot/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scalaVersion := "2.11.1-SNAPSHOT"
1+
scalaVersion := "2.11.3-SNAPSHOT"
22

33
resolvers += Resolver.sonatypeRepo("snapshots")
44

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.12.4
1+
sbt.version=0.13.5

job/scala-release-2.11.x

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ publishLockerPrivateTask=${publishLockerPrivateTask-$publishPrivateTask} # set t
7575

7676
sbtCmd=${sbtCmd-sbt} # TESTING (this is a marker for defaults to change when testing locally: should be sbtx on my mac)
7777

78+
# 0.13.5 does not respect "set every scalaVersion", see
79+
# https://github.com/scala/scala-parser-combinators/pull/27
80+
sbtCmd="$sbtCmd -sbt-version 0.13.2"
81+
7882
forceRebuild=${forceRebuild-no}
7983

8084
# publishToSonatype

0 commit comments

Comments
 (0)