Skip to content

Commit 656fb98

Browse files
committed
🏗️ build: explicit the target Java 8
1 parent 3309f3e commit 656fb98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ lazy val commonSettings = Seq(
6060
case _ => Seq()
6161
}
6262
},
63+
// Explicitly set target to Java 8
64+
scalacOptions += "-release:8",
6365
// Load BOMs
6466
junitBom,
6567
// Add all dependencies of the BOM in dependencyOverrides

0 commit comments

Comments
 (0)