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 841283b commit c52c414Copy full SHA for c52c414
build.sbt
@@ -5,5 +5,5 @@ scalaVersion := "2.13.15"
5
gitbucketVersion := "4.41.0"
6
scalacOptions ++= Seq(
7
"-deprecation",
8
- "-Xsource:3",
+ "-Xsource:3-cross",
9
)
0 commit comments