Skip to content

Commit 75a09a3

Browse files
committed
Upgrade Scala to 2.13.0-RC1
1 parent 4dc6680 commit 75a09a3

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
@@ -11,7 +11,7 @@ scala:
1111
- "2.10.7"
1212
- "2.11.12"
1313
- "2.12.6"
14-
- "2.13.0-M5"
14+
- "2.13.0-RC1"
1515

1616
jdk:
1717
- oraclejdk8

shared/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test
1+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8-RC2" % Test

0 commit comments

Comments
 (0)