We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84680e9 + 247b7c0 commit 674cb9cCopy full SHA for 674cb9c
build.sbt
@@ -5,7 +5,7 @@ version in ThisBuild := "0.2.1-SNAPSHOT"
5
resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
6
7
scalaVersionsByJvm in ThisBuild := {
8
- val v213 = "2.13.0-RC3"
+ val v213 = "2.13.0"
9
Map(
10
8 -> List(v213 -> true),
11
11 -> List(v213 -> false),
0 commit comments