Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit c5cc3bf

Browse files
author
exoego
committed
Update sbt to 1.3.0
1 parent 51c6022 commit c5cc3bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ script:
2424
before_cache:
2525
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
2626
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
27+
- find $HOME/.coursier -name "*.lock" -print -delete
2728
- find $HOME/.sbt -name "*.lock" -print -delete
2829

2930
cache:
3031
directories:
3132
- $HOME/.ivy2/cache
33+
- $HOME/.coursier
3234
- $HOME/.sbt/boot
3335

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.0-RC5
1+
sbt.version=1.3.0

0 commit comments

Comments
 (0)