Skip to content

Commit a80061c

Browse files
committed
2.13.0-RC1 version bump only
1 parent f05a43b commit a80061c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77
- openjdk11
88

99
scala:
10-
- 2.13.0-M5
10+
- 2.13.0-RC1
1111

1212
env:
1313
global:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ScalaModulePlugin._
22

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

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

0 commit comments

Comments
 (0)