Skip to content

Commit dba66f0

Browse files
committed
Make the build depend on new collections
1 parent 9876925 commit dba66f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import ScalaModulePlugin._
22

3+
resolvers in ThisBuild += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
4+
35
scalaVersionsByJvm in ThisBuild := {
46
val v211 = "2.11.12"
57
val v212 = "2.12.4"
6-
val v213 = "2.13.0-M3"
8+
val v213 = "2.13.0-pre-c577876"
79

810
Map(
911
6 -> List(v211 -> true),

0 commit comments

Comments
 (0)