Skip to content

Commit 3ca8490

Browse files
authored
Merge pull request #19 from ThoughtWorksInc/Atry-patch-1
Upgrade to Scala 2.13.0
2 parents 5746708 + 7cd3132 commit 3ca8490

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-RC2"
14+
- "2.13.0"
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.1.0-SNAP11" % Test
1+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test

0 commit comments

Comments
 (0)