summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilippus Baalman <philippus@gmail.com>2019-04-15 14:21:25 +0200
committerArnout Engelen <github@bzzt.net>2019-04-15 12:21:25 +0000
commita2e667e99a0e11cb624e9e887109d755bf4d66e9 (patch)
tree4865e7a6f06643b6d2e5a7f864a08c477d00b00e /.travis.yml
parent0b893f26ed2fd71649389e7eccc7bba6f1507946 (diff)
downloadspray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.tar.gz
spray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.tar.bz2
spray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.zip
Update scala 2.13.0-M5 to 2.13.0-RC1 (#294)
* Update specs2 to 4.5.1 * Update scala 2.13.0-M5 to 2.13.0-RC1 * Replace deprecated unicode arrows * Replace deprecated symbol literals * Update scala 2.12.7 to 2.12.8 * Update sbt to 1.2.8 * Update sbt-osgi to 0.9.5 * Update dependencies for scala 2.10.x
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 00a1123..bd45fa7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ language: scala
scala:
- 2.10.7
- 2.11.12
- - 2.12.7
- - 2.13.0-M5
+ - 2.12.8
+ - 2.13.0-RC1
jdk:
- oraclejdk8
@@ -12,7 +12,7 @@ jdk:
matrix:
include:
- jdk: openjdk11
- scala: 2.12.7
+ scala: 2.12.8
script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues