summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnout Engelen <github@bzzt.net>2019-05-22 11:59:27 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2019-05-22 11:59:27 +0200
commit46a058232558bdb2ba060a0525dad8791e20ab1c (patch)
treedbc0e506ef16102c75b63537176abedf67ef2e48
parenta2e667e99a0e11cb624e9e887109d755bf4d66e9 (diff)
downloadspray-json-46a058232558bdb2ba060a0525dad8791e20ab1c.tar.gz
spray-json-46a058232558bdb2ba060a0525dad8791e20ab1c.tar.bz2
spray-json-46a058232558bdb2ba060a0525dad8791e20ab1c.zip
Update to 2.13.0-RC2 (#296)
-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 bd45fa7..7535c82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- - 2.13.0-RC1
+ - 2.13.0-RC2
jdk:
- oraclejdk8
diff --git a/build.sbt b/build.sbt
index bb126e6..8655889 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-RC1")
+crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12", "2.13.0-RC2")
publishMavenStyle := true