Skip to content

Commit 4af1d05

Browse files
committed
use newer Scala 2.13 snapshot that has needed collections changes
1 parent 359e591 commit 4af1d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version in ThisBuild := "0.1.3-SNAPSHOT"
55
resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
66

77
scalaVersionsByJvm in ThisBuild := {
8-
val v213 = "2.13.0-pre-021a9a4"
8+
val v213 = "2.13.0-pre-b9306a2"
99
Map(
1010
8 -> List(v213 -> true),
1111
11 -> List(v213 -> false))

0 commit comments

Comments
 (0)