summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-02-22 21:49:39 -0500
committerSeth Tisue <seth@tisue.net>2016-02-22 21:49:39 -0500
commite8c713d3e53a218ea50ce348e83ee28cce38102c (patch)
tree612e32cbefb7ceafb28ee17d494d916fa76e3769 /scripts
parent1f19884f516e889b4dc630edc72f61d1c8ec2516 (diff)
downloadscala-e8c713d3e53a218ea50ce348e83ee28cce38102c.tar.gz
scala-e8c713d3e53a218ea50ce348e83ee28cce38102c.tar.bz2
scala-e8c713d3e53a218ea50ce348e83ee28cce38102c.zip
upgrade to sbt 0.13.11
yum! delicious dogfood!
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 35199992bc..bfddf3d149 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.9"
+SBT_CMD="$SBT_CMD -sbt-version 0.13.11"
# temp dir where all 'non-build' operation are performed
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)