Skip to content

Commit

Permalink
Bump sbt to version 1.6.2. (#49)
Browse files Browse the repository at this point in the history
* Bump project build.properties sbt version.

* Bump travis sbt version.
  • Loading branch information
paul-a-kennedy-rally authored Feb 14, 2022
1 parent a31ba57 commit f63a815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jdk:

before_script:
# Download sbt because Travis can't find it automatically :(
- mkdir -p $HOME/.sbt/launchers/1.5.8/
- curl -L -o $HOME/.sbt/launchers/1.5.8/sbt-launch.jar https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.5.8/sbt-launch-1.5.8.jar
- mkdir -p $HOME/.sbt/launchers/1.6.2/
- curl -L -o $HOME/.sbt/launchers/1.6.2/sbt-launch.jar https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.6.2/sbt-launch-1.6.2.jar

script:
- sbt clean coverage test coverageAggregate
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.1
sbt.version=1.6.2

0 comments on commit f63a815

Please sign in to comment.