Skip to content

Commit 60da5de

Browse files
committed
use -Xsource:2.13.0
1 parent be2dc10 commit 60da5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ThisBuild / scalaVersion := "2.13.15"
2525
ThisBuild / scalacOptions := Seq(
2626
"--deprecation",
2727
"--release:11",
28+
"-Xsource:2.13.0",
2829
)
2930
ThisBuild / licenses += "Apache 2.0" -> url("https://apache.org/licenses/LICENSE-2.0")
3031
ThisBuild / packageOptions += Package.ManifestAttributes(

0 commit comments

Comments
 (0)