diff --git a/build.sbt b/build.sbt index dc64c83..77c7c77 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,8 @@ javacOptions ++= Seq("--release", "8", "-Xlint:unchecked") doc / javacOptions := Seq("--release", "8") -// fork := true +fork := true + // Check at runtime for JNI errors when running tests Test / javaOptions ++= Seq("-Xcheck:jni")