Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ script:
- sbt "++${TRAVIS_SCALA_VERSION}" "^^${SBT_VERSION}" scripted
matrix:
include:
- env: SBT_VERSION="0.13.16"
- env: SBT_VERSION="0.13.17"
jdk: openjdk7
scala: 2.10.6
- env: SBT_VERSION="1.0.0"
scala: 2.10.7
- env: SBT_VERSION="1.2.1"
jdk: oraclejdk8
scala: 2.12.2
scala: 2.12.6
sudo: true

before_install:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sbtPlugin := true

crossSbtVersions := Vector("0.13.16", "1.0.0")
crossSbtVersions := Vector("0.13.17", "1.2.1")

scalacOptions := Seq("-deprecation", "-unchecked")

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=0.13.16
sbt.version=0.13.17