Merge pull request #690 from scala-steward/update/sbt-1.4.8

Update sbt to 1.4.8
This commit is contained in:
mergify[bot] 2021-03-08 09:41:11 +00:00 committed by GitHub
commit 26c63711e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,14 @@ install:
- node --version
- npm --version
- npm install -g elm
- |
# update this only when sbt-the-bash-script needs to be updated
export SBT_LAUNCHER=1.4.8
export SBT_OPTS="-Dfile.encoding=UTF-8"
curl -L --silent "https://github.com/sbt/sbt/releases/download/v$SBT_LAUNCHER/sbt-$SBT_LAUNCHER.tgz" > $HOME/sbt.tgz
tar zxf $HOME/sbt.tgz -C $HOME
sudo rm /usr/local/bin/sbt
sudo ln -s $HOME/sbt/bin/sbt /usr/local/bin/sbt
before_script:
- export TZ=Europe/Berlin

View File

@ -1 +1 @@
sbt.version=1.4.7
sbt.version=1.4.8