Skip to content

Commit

Permalink
use -Xsource:2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barend-xebia committed Dec 9, 2024
1 parent be2dc10 commit 60da5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalacOptions := Seq(
"--deprecation",
"--release:11",
"-Xsource:2.13.0",
)
ThisBuild / licenses += "Apache 2.0" -> url("https://apache.org/licenses/LICENSE-2.0")
ThisBuild / packageOptions += Package.ManifestAttributes(
Expand Down

0 comments on commit 60da5de

Please sign in to comment.