Skip to content

Commit

Permalink
Merge pull request #104 from xuwei-k/sbt-versions
Browse files Browse the repository at this point in the history
update sbt versions
  • Loading branch information
eed3si9n authored Aug 14, 2017
2 parents 22457be + c184bc5 commit 67a2a73
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 67a2a73

Please sign in to comment.