Reputation: 14417
How can I suppress MaxPermSize warning, when compiling Scala project in IDEA/SBT project? Or where I can turn this option off? I can't find any settings for this.
Upvotes: 2
Views: 106
Reputation: 14649
In IntelliJ IDEA, open Preferences (Cmd+, on Mac OS X) and type in scala
in the search field on the top left-hand side.
Or just go to Other Settings
-> Scala
:
Go to Settings
-> SBT
:
Upvotes: 3