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

Commit 297e444

Browse files
committed
allow building on JDK 10 & 11
context: Scala community build on JDK 10. might as well throw 11 in too.
1 parent ef0c806 commit 297e444

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
@@ -11,7 +11,9 @@ scalaVersionsByJvm in ThisBuild := {
1111

1212
Map(
1313
8 -> vs.map(_ -> true),
14-
9 -> vs.map(_ -> false))
14+
9 -> vs.map(_ -> false)),
15+
10 -> vs.map(_ -> false)),
16+
11 -> vs.map(_ -> false))
1517
}
1618

1719
scalaXmlVersion := "1.0.6"

0 commit comments

Comments
 (0)