summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-02-26 12:54:39 -0500
committerSeth Tisue <seth@tisue.net>2016-02-26 12:54:39 -0500
commit8821a9f68ccb452659714546208d8802675b23dd (patch)
treefd50bc127cf487d1d02995b294d2cc4696e58405 /scripts
parente0fc92a2b7b27141b41cecafd3ec7804ad02707b (diff)
parente8c713d3e53a218ea50ce348e83ee28cce38102c (diff)
downloadscala-8821a9f68ccb452659714546208d8802675b23dd.tar.gz
scala-8821a9f68ccb452659714546208d8802675b23dd.tar.bz2
scala-8821a9f68ccb452659714546208d8802675b23dd.zip
Merge pull request #4993 from SethTisue/sbt-0.13.11
upgrade to sbt 0.13.11
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)