Skip to content

Commit

Permalink
Merge pull request #70 from SethTisue/scala-2.13
Browse files Browse the repository at this point in the history
support Scala 2.13 (drop 2.13.0-RC3)
  • Loading branch information
SethTisue committed Jun 10, 2019
2 parents 84680e9 + 247b7c0 commit 674cb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ version in ThisBuild := "0.2.1-SNAPSHOT"
resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"

scalaVersionsByJvm in ThisBuild := {
val v213 = "2.13.0-RC3"
val v213 = "2.13.0"
Map(
8 -> List(v213 -> true),
11 -> List(v213 -> false),
Expand Down

0 comments on commit 674cb9c

Please sign in to comment.