Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 6e876bc

Browse files
committed
allow building on JDK 9, 10, and 11
context: I'm making a Scala community build on JDK 10. might as well throw 11 in.
1 parent 346116c commit 6e876bc

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
@@ -11,7 +11,9 @@ scalaVersionsByJvm in ThisBuild := {
1111
6 -> j67.map(_ -> true),
1212
7 -> j67.map(_ -> false),
1313
8 -> j89.map(_ -> true),
14-
9 -> j89.map(_ -> false)
14+
9 -> j89.map(_ -> false),
15+
10 -> j89.map(_ -> false),
16+
11 -> j89.map(_ -> false)
1517
)
1618
}
1719

0 commit comments

Comments
 (0)