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.
2 parents 5d38329 + 766c22e commit 787e97fCopy full SHA for 787e97f
1 file changed
build.sbt
@@ -23,6 +23,8 @@ releaseProcess := Seq[ReleaseStep](
23
)
24
ThisBuild / scalaVersion := "2.13.16"
25
26
+ThisBuild / dockerBaseImage := "eclipse-temurin:8-jdk"
27
+
28
val compilerOptions = Seq(
29
"-deprecation",
30
"-Xfatal-warnings",
0 commit comments