summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2018-10-23 12:02:30 +0200
committerGitHub <noreply@github.com>2018-10-23 12:02:30 +0200
commita77255cd2edf36bb3129f69edeeaafe39e2626c9 (patch)
tree4378cb5e2a300171337e3dfea13f7136edfe954b
parentcaee7a06b554ca11d95bda2fd9302e4b3b31ef9c (diff)
parent898bab9ee66dd0e9dca1c4bd3307a3172941b49b (diff)
downloadspray-json-a77255cd2edf36bb3129f69edeeaafe39e2626c9.tar.gz
spray-json-a77255cd2edf36bb3129f69edeeaafe39e2626c9.tar.bz2
spray-json-a77255cd2edf36bb3129f69edeeaafe39e2626c9.zip
Merge pull request #279 from jrudolph/update-to-scala-2.12.7
Update to Scala 2.12.7
-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 8aede91..0d308b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: scala
scala:
- 2.10.7
- 2.11.12
- - 2.12.6
+ - 2.12.7
- 2.13.0-M5
script:
diff --git a/build.sbt b/build.sbt
index cf59911..72ba3a1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -67,7 +67,7 @@ mimaBinaryIssueFilters := Seq(
// publishing
///////////////
-crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12", "2.13.0-M5")
+crossScalaVersions := Seq("2.12.7", "2.10.7", "2.11.12", "2.13.0-M5")
publishMavenStyle := true