From 7fb29dbfc2d4365d68fe4983337c521c19bfa7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Sun, 5 Oct 2025 15:24:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20build:=20explicit=20the?= =?UTF-8?q?=20target=20Java=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 13af3f3..3a3e0e6 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