Skip to content

Commit 1f469a1

Browse files
committed
Adapt to 2.13.0
1 parent 6d01d5a commit 1f469a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77
- openjdk11
88

99
scala:
10-
- 2.13.0-RC3
10+
- 2.13.0
1111

1212
env:
1313
global:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ScalaModulePlugin._
22

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

55
val disableDocs =
66
sys.props("nodocs") == "true" ||

0 commit comments

Comments
 (0)