Skip to content

Commit

Permalink
Merge pull request #80 from mdedetrich/add-scala2-inliner
Browse files Browse the repository at this point in the history
Enable Scala2 inliner
  • Loading branch information
mkurz authored Jan 22, 2024
2 parents e42e2c8 + aa6ecfa commit 02994bf
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 02994bf

Please sign in to comment.