Skip to content

Commit f377980

Browse files
authored
Merge pull request #150 from scala/2.13
Adapt to 2.13.0
2 parents 6d01d5a + 1f469a1 commit f377980

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)