We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2dc10 commit 60da5deCopy full SHA for 60da5de
build.sbt
@@ -25,6 +25,7 @@ ThisBuild / scalaVersion := "2.13.15"
25
ThisBuild / scalacOptions := Seq(
26
"--deprecation",
27
"--release:11",
28
+ "-Xsource:2.13.0",
29
)
30
ThisBuild / licenses += "Apache 2.0" -> url("https://apache.org/licenses/LICENSE-2.0")
31
ThisBuild / packageOptions += Package.ManifestAttributes(
0 commit comments