Skip to content

Commit

Permalink
upgrade sbt, plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jan 22, 2018
1 parent 4e55d53 commit c5de266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,17 +5,17 @@ jdk:
- oraclejdk8

scala:
- 2.11.8
- 2.11.12

script: sbt ++$TRAVIS_SCALA_VERSION clean test
script: sbt ++$TRAVIS_SCALA_VERSION clean coverageTest

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
- $HOME/.zinc

after_success: sbt ++$TRAVIS_SCALA_VERSION travis-report
after_success: sbt ++$TRAVIS_SCALA_VERSION travisReport

before_cache:
# Tricks to avoid unnecessary cache updates
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.1.0")
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.2.0")

0 comments on commit c5de266

Please sign in to comment.