aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--project/build.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 256807b..354f279 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ language: scala
jdk:
- oraclejdk8
scala:
-- 2.12.4
-- 2.11.11
+- 2.12.6
+- 2.11.12
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true'
diff --git a/project/build.properties b/project/build.properties
index 40577b0..8b2d2fb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.2 \ No newline at end of file
+sbt.version=1.1.5 \ No newline at end of file