Skip to content

Commit

Permalink
Update to 2.13.0-RC2 (spray#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and jrudolph committed May 22, 2019
1 parent a2e667e commit 46a0582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- 2.13.0-RC1
- 2.13.0-RC2

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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

Expand Down

0 comments on commit 46a0582

Please sign in to comment.