sbt 1.3.0-M3

This commit is contained in:
Eugene Yokota 2019-05-09 17:48:00 -04:00
parent 984de6fe72
commit 511dafb0e8
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.0-M3