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 4c03daf commit 961344fCopy full SHA for 961344f
1 file changed
build.sbt
@@ -45,11 +45,11 @@ def publishScalaOptions(scalaVersion: String): Seq[String] =
45
CrossVersion.partialVersion(scalaVersion) match {
46
case Some((2, major)) if major >= 12 =>
47
Seq(
48
- // "-opt:l:inline",
49
- // "-opt-warnings",
50
- // "-opt-inline-from:swaydb.**",
51
- // "-Yopt-log-inline",
52
- // "_"
+ "-opt:l:inline",
+ "-opt-warnings",
+ "-opt-inline-from:swaydb.**",
+ "-Yopt-log-inline",
+ "_"
53
)
54
55
case Some((2, 11)) =>
0 commit comments