Skip to content

Commit 9f8a1c1

Browse files
authored
Merge pull request #214 from SethTisue/scala-2.13
add Scala 2.13 support (drop 2.13.0-RC3)
2 parents 32687f8 + f6d5f89 commit 9f8a1c1

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
@@ -3,7 +3,7 @@ language: scala
33
scala:
44
- 2.11.12
55
- 2.12.8
6-
- 2.13.0-RC3
6+
- 2.13.0
77
jdk:
88
- oraclejdk8
99
- openjdk11

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
4545

4646
lazy val scala211 = "2.11.12"
4747
lazy val scala212 = "2.12.8"
48-
lazy val scala213 = "2.13.0-RC3"
48+
lazy val scala213 = "2.13.0"
4949

5050
scalaVersionsByJvm in ThisBuild := {
5151
val all = List(scala211, scala212, scala213)

0 commit comments

Comments
 (0)