Skip to content

Commit

Permalink
Enable Scala2 inliner
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jan 22, 2024
1 parent 8b2f442 commit aa6ecfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ scalacOptions ++= List(
"-deprecation",
"-language:_",
"-encoding",
"UTF-8"
"UTF-8",
"-opt-inline-from:<sources>",
"-opt:l:inline"
)

// publish settings
Expand Down

0 comments on commit aa6ecfa

Please sign in to comment.