Skip to content

Commit

Permalink
update sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Aug 14, 2017
1 parent 22457be commit c184bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ script:
- sbt "++${TRAVIS_SCALA_VERSION}" "^^${SBT_VERSION}" test scripted
matrix:
include:
- env: SBT_VERSION="0.13.15"
- env: SBT_VERSION="0.13.16"
scala: 2.10.6
- env: SBT_VERSION="1.0.0-RC2"
scala: 2.12.2
- env: SBT_VERSION="1.0.0"
scala: 2.12.3

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ $ sbt
```
$ jenv shell 1.8
$ sbt
> ++2.12.2
> ^^1.0.0-RC2
> ++2.12.3
> ^^1.0.0
> clean
> publishSigned
```

0 comments on commit c184bc5

Please sign in to comment.