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 9876925 commit dba66f0Copy full SHA for dba66f0
build.sbt
@@ -1,9 +1,11 @@
1
import ScalaModulePlugin._
2
3
+resolvers in ThisBuild += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
4
+
5
scalaVersionsByJvm in ThisBuild := {
6
val v211 = "2.11.12"
7
val v212 = "2.12.4"
- val v213 = "2.13.0-M3"
8
+ val v213 = "2.13.0-pre-c577876"
9
10
Map(
11
6 -> List(v211 -> true),
0 commit comments