Skip to content

Commit

Permalink
Update sbt version to 0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneli committed Dec 9, 2015
1 parent cb4033b commit 8a646fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ cache:
- $HOME/.sbt/boot/

script:
- sbt -sbt-version 0.13.8 -scala-version $TRAVIS_SCALA_VERSION 'testOnly -- xonly timefactor 3 exclude travis'
- sbt -sbt-version 0.13.9 -scala-version $TRAVIS_SCALA_VERSION 'testOnly -- xonly timefactor 3 exclude travis'
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.8
sbt.version=0.13.9

0 comments on commit 8a646fd

Please sign in to comment.