Skip to content

Commit 8867e6b

Browse files
committed
allow building on JDK 12
1 parent 7fc8085 commit 8867e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ scalaVersionsByJvm in ThisBuild := {
88
val v213 = "2.13.0-pre-d645559" // Feb 27
99
Map(
1010
8 -> List(v213 -> true),
11-
11 -> List(v213 -> false))
11+
11 -> List(v213 -> false),
12+
12 -> List(v213 -> false))
1213
}
1314

1415
scalacOptions in ThisBuild ++= Seq("-deprecation", "-feature"/*, "-Xfatal-warnings"*/)

0 commit comments

Comments
 (0)