From 511dafb0e8831b94b79752fbb21c59198f95bcf9 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 9 May 2019 17:48:00 -0400 Subject: [PATCH] sbt 1.3.0-M3 --- .travis.yml | 4 +++- project/build.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 714aaabaf..bf13ac1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,9 @@ install: - unset _JAVA_OPTIONS - java -Xmx32m -version # detect sbt version from project/build.properties - - export TRAVIS_SBT=$(grep sbt.version= project/build.properties | sed -e 's/sbt.version=//g' ) && echo "sbt $TRAVIS_SBT" + # - export TRAVIS_SBT=$(grep sbt.version= project/build.properties | sed -e 's/sbt.version=//g' ) && echo "sbt $TRAVIS_SBT" + # use 1.2.8 until 1.3.0 installer is out + - export TRAVIS_SBT=1.2.8 - sdk install sbt $TRAVIS_SBT # override Travis CI's SBT_OPTS - unset SBT_OPTS diff --git a/project/build.properties b/project/build.properties index c0bab0494..c59667ce9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.3.0-M3