Skip to content

Commit

Permalink
prepare release 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Sep 3, 2020
1 parent 4c03daf commit 961344f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ def publishScalaOptions(scalaVersion: String): Seq[String] =
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, major)) if major >= 12 =>
Seq(
// "-opt:l:inline",
// "-opt-warnings",
// "-opt-inline-from:swaydb.**",
// "-Yopt-log-inline",
// "_"
"-opt:l:inline",
"-opt-warnings",
"-opt-inline-from:swaydb.**",
"-Yopt-log-inline",
"_"
)

case Some((2, 11)) =>
Expand Down

0 comments on commit 961344f

Please sign in to comment.