We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359e591 commit 4af1d05Copy full SHA for 4af1d05
build.sbt
@@ -5,7 +5,7 @@ version in ThisBuild := "0.1.3-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-pre-021a9a4"
+ val v213 = "2.13.0-pre-b9306a2"
9
Map(
10
8 -> List(v213 -> true),
11
11 -> List(v213 -> false))
0 commit comments