Skip to content

Commit

Permalink
Adapt to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jun 8, 2019
1 parent 6d01d5a commit 1f469a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jdk:
- openjdk11

scala:
- 2.13.0-RC3
- 2.13.0

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ScalaModulePlugin._

crossScalaVersions in ThisBuild := List("2.13.0-RC3")
crossScalaVersions in ThisBuild := List("2.13.0")

val disableDocs =
sys.props("nodocs") == "true" ||
Expand Down

0 comments on commit 1f469a1

Please sign in to comment.