summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippus Baalman <philippus@gmail.com>2019-05-31 10:35:05 +0200
committerArnout Engelen <github@bzzt.net>2019-05-31 10:35:05 +0200
commitda8ed26cfed5e958eeb29a3444ff882a46090459 (patch)
tree0b5c3a69b2e38f4176053e4485169a5868ce007b
parent46a058232558bdb2ba060a0525dad8791e20ab1c (diff)
downloadspray-json-da8ed26cfed5e958eeb29a3444ff882a46090459.tar.gz
spray-json-da8ed26cfed5e958eeb29a3444ff882a46090459.tar.bz2
spray-json-da8ed26cfed5e958eeb29a3444ff882a46090459.zip
Update scala 2.13.0-RC2 to 2.13.0-RC3 (#298)
-rw-r--r--.travis.yml2
-rw-r--r--build.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7535c82..d501ae9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- - 2.13.0-RC2
+ - 2.13.0-RC3
jdk:
- oraclejdk8
diff --git a/build.sbt b/build.sbt
index 8655889..c6ecc15 100644
--- a/build.sbt
+++ b/build.sbt
@@ -67,7 +67,7 @@ mimaBinaryIssueFilters := Seq(
// publishing
///////////////
-crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12", "2.13.0-RC2")
+crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12", "2.13.0-RC3")
publishMavenStyle := true