From eb1260b0d446d7afd47d0dbc345bb2b8a21335fe Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 8 Sep 2016 15:31:12 +0100 Subject: Bump sbt.version to 0.13.12, without breaking --- scripts/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/common b/scripts/common index 95389e5495..9563605c75 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) -- cgit v1.2.3