Skip to content

Commit 674cb9c

Browse files
authored
Merge pull request scala#70 from SethTisue/scala-2.13
support Scala 2.13 (drop 2.13.0-RC3)
2 parents 84680e9 + 247b7c0 commit 674cb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version in ThisBuild := "0.2.1-SNAPSHOT"
55
resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
66

77
scalaVersionsByJvm in ThisBuild := {
8-
val v213 = "2.13.0-RC3"
8+
val v213 = "2.13.0"
99
Map(
1010
8 -> List(v213 -> true),
1111
11 -> List(v213 -> false),

0 commit comments

Comments
 (0)