diff --git a/build.sbt b/build.sbt index 13af3f33..3a3e0e6f 100644 --- a/build.sbt +++ b/build.sbt @@ -60,6 +60,8 @@ lazy val commonSettings = Seq( case _ => Seq() } }, + // Explicitly set target to Java 8 + scalacOptions += "-release:8", // Load BOMs junitBom, // Add all dependencies of the BOM in dependencyOverrides