Skip to content

Commit

Permalink
Use latest sbt 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 21, 2017
1 parent 2b3578e commit dbf7493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ matrix:
- env: SBT_VERSION="0.13.16"
jdk: oraclejdk7
scala: 2.10.6
- env: SBT_VERSION="1.0.0"
- env: SBT_VERSION="1.0.2"
jdk: oraclejdk8
scala: 2.12.4
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.ScriptedPlugin._
import _root_.bintray.BintrayPlugin.bintrayPublishSettings

crossSbtVersions := Seq("1.0.0", "0.13.16")
crossSbtVersions := Seq("1.0.2", "0.13.16")

val baseVersion = "5.2.3-SNAPSHOT"

Expand Down

0 comments on commit dbf7493

Please sign in to comment.