Skip to content

Commit

Permalink
Merge pull request #10743 from scala-steward/update/sbt-1.4.8
Browse files Browse the repository at this point in the history
Update sbt to 1.4.8
  • Loading branch information
mergify[bot] committed Mar 9, 2021
2 parents 1ff7373 + e7d7639 commit 5d871a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
- TRAVIS_JDK=11

before_install:
- |
curl -Ls https://git.io/sbt -o sbt || travis_terminate 1
chmod 0755 sbt || travis_terminate 1
sudo mv sbt /usr/local/bin/sbt || travis_terminate 1
- curl --version # for debug purpose
- if [ ! -f ~/.jabba/jabba.sh ]; then curl -L -v --retry 5 -o jabba-install.sh https://git.io/jabba && bash jabba-install.sh; fi
- . ~/.jabba/jabba.sh
Expand Down
2 changes: 1 addition & 1 deletion documentation/project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
# sync with project/build.properties
sbt.version=1.4.7
sbt.version=1.4.8
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
# sync with documentation/project/build.properties
sbt.version=1.4.7
sbt.version=1.4.8

0 comments on commit 5d871a9

Please sign in to comment.