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

Commit 68e2fa0

Browse files
authored
Merge pull request #40 from SethTisue/allow-jdk-9-10-11
allow building on JDK 9, 10, and 11
2 parents 346116c + 6e876bc commit 68e2fa0

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)