We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309f3e commit 656fb98Copy full SHA for 656fb98
build.sbt
@@ -60,6 +60,8 @@ lazy val commonSettings = Seq(
60
case _ => Seq()
61
}
62
},
63
+ // Explicitly set target to Java 8
64
+ scalacOptions += "-release:8",
65
// Load BOMs
66
junitBom,
67
// Add all dependencies of the BOM in dependencyOverrides
0 commit comments