aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--build.sbt2
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 3eafef2..299b46f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,11 @@ matrix:
include:
- env: SBT_VERSION="0.13.16"
jdk: openjdk7
- scala: 2.10.6
+ scala: 2.10.7
- - env: SBT_VERSION="1.0.0-RC3"
+ - env: SBT_VERSION="1.1.1"
jdk: oraclejdk8
- scala: 2.12.2
+ scala: 2.12.4
cache:
directories:
diff --git a/build.sbt b/build.sbt
index f70201b..584760a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.settings(
sbtPlugin := true,
- crossSbtVersions := Vector("0.13.16", "1.0.0"),
+ crossSbtVersions := Vector("0.13.16", "1.1.1"),
name := "sbt-boilerplate",
organization := "io.spray",
version := "0.7.0-SNAPSHOT",