Skip to content

Commit

Permalink
Merge pull request #150 from scala/2.13
Browse files Browse the repository at this point in the history
Adapt to 2.13.0
  • Loading branch information
SethTisue committed Jun 8, 2019
2 parents 6d01d5a + 1f469a1 commit f377980
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 f377980

Please sign in to comment.