Skip to content

Commit

Permalink
Update build def to new inline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eparejatobes committed Aug 12, 2017
1 parent ae92086 commit 4588a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -29,8 +29,8 @@ scalacOptions ++= Seq(
"-Yno-adapted-args",
// optimizer
"-Ydelambdafy:method",
"-opt:inline-project",
"-opt:l:project",
"-opt:l:inline",
"-opt-inline-from:<sources>",
"-opt:l:method"
)

Expand Down

0 comments on commit 4588a5a

Please sign in to comment.