summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDale Wijnand <dale.wijnand@gmail.com>2016-09-08 15:31:12 +0100
committerJason Zaugg <jzaugg@gmail.com>2016-10-19 09:39:57 +1100
commit31a99971dbbbc3801d173fb329f9ba7ccf1d78f4 (patch)
tree087840b4a7a03606fa7a32ef4a18ae05da64ce46 /scripts
parentb7d43cf9265bb3afb40c2cd7548681a5a2a3f96f (diff)
downloadscala-31a99971dbbbc3801d173fb329f9ba7ccf1d78f4.tar.gz
scala-31a99971dbbbc3801d173fb329f9ba7ccf1d78f4.tar.bz2
scala-31a99971dbbbc3801d173fb329f9ba7ccf1d78f4.zip
[backport] Bump sbt.version to 0.13.12, without breaking
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common b/scripts/common
index bfddf3d149..f2202b9165 100644
--- a/scripts/common
+++ b/scripts/common
@@ -19,7 +19,7 @@ mkdir -p $IVY_CACHE
rm -rf $IVY_CACHE/cache/org.scala-lang
SBT_CMD=${sbtCmd-sbt}
-SBT_CMD="$SBT_CMD -sbt-version 0.13.11"
+SBT_CMD="$SBT_CMD -sbt-version 0.13.12"
# temp dir where all 'non-build' operation are performed
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)