Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c11019

Browse files
committed
Make the build depend on new collections
1 parent 1ece49c commit 5c11019

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
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-pr-validation-snapshots/"
4+
35
scalaVersionsByJvm in ThisBuild := {
46
val v211 = "2.11.11"
57
val v212 = "2.12.2"
6-
val v213 = "2.13.0-M1"
8+
val v213 = "2.13.0-pre-47ffa9c-SNAPSHOT"
79

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

0 commit comments

Comments
 (0)