Skip to content

Commit

Permalink
Merge branch '1.5.x' into fix-travis-scripts-with-stages
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Jan 6, 2020
2 parents 34d3eca + cfb7928 commit 1f09154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:

cache:
directories:
- "$HOME/.coursier/cache"
- "$HOME/.ivy2/cache"
- "$HOME/.jabba/jdk"
- "$HOME/.sbt"
- "$HOME/.cache/coursier"
- "$HOME/.ivy2/cache"
- "$HOME/.jabba/jdk"
- "$HOME/.sbt"

before_cache:
- rm -rf $HOME/.ivy2/cache/com.typesafe.play/twirl*
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.3.3
sbt.version=1.3.6

0 comments on commit 1f09154

Please sign in to comment.