Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 5918192

Browse files
committed
add 2.12.0-M2 to crossScalaVersions
1 parent 0417d64 commit 5918192

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
@@ -8,7 +8,7 @@ version := "1.0.9-SNAPSHOT"
88

99
scalaVersion := crossScalaVersions.value.head
1010

11-
crossScalaVersions := Seq("2.11.6", "2.12.0-M1")
11+
crossScalaVersions := Seq("2.11.6", "2.12.0-M1", "2.12.0-M2")
1212

1313
scalaXmlVersion := "1.0.4"
1414

0 commit comments

Comments
 (0)