From 3603c4c74180cd0b2124578f79e6656ecf785fb5 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 28 Oct 2016 13:52:19 -0400 Subject: upgrade to sbt 0.13.13 --- scripts/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/common b/scripts/common index 6c870f720f..cd9d874cf7 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.12" +SBT_CMD="$SBT_CMD -sbt-version 0.13.13" # temp dir where all 'non-build' operation are performed TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX) -- cgit v1.2.3