Skip to content

Commit 961344f

Browse files
committed
prepare release 0.14.7
1 parent 4c03daf commit 961344f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def publishScalaOptions(scalaVersion: String): Seq[String] =
4545
CrossVersion.partialVersion(scalaVersion) match {
4646
case Some((2, major)) if major >= 12 =>
4747
Seq(
48-
// "-opt:l:inline",
49-
// "-opt-warnings",
50-
// "-opt-inline-from:swaydb.**",
51-
// "-Yopt-log-inline",
52-
// "_"
48+
"-opt:l:inline",
49+
"-opt-warnings",
50+
"-opt-inline-from:swaydb.**",
51+
"-Yopt-log-inline",
52+
"_"
5353
)
5454

5555
case Some((2, 11)) =>

0 commit comments

Comments
 (0)