sbt 1.3.3

This commit is contained in:
Eugene Yokota 2019-10-19 19:56:19 -04:00
parent 8aeb43fc11
commit e0d2455982
2 changed files with 3 additions and 4 deletions

View File

@ -30,9 +30,8 @@ install:
- unset JAVA_HOME - unset JAVA_HOME
- java -Xmx32m -version - java -Xmx32m -version
# detect sbt version from project/build.properties # 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.3.3
- export TRAVIS_SBT=1.2.8
- sdk install sbt $TRAVIS_SBT - sdk install sbt $TRAVIS_SBT
# override Travis CI's SBT_OPTS # override Travis CI's SBT_OPTS
- unset SBT_OPTS - unset SBT_OPTS

View File

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