You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Added
A defaultConsoleExclude option set was added to the ScalacOptions DSL. This option set can be used for filtering out compiler options that trigger warnings in the Scala REPL.
Changed
tpolecatConsoleOptionsFilter was replaced by tpolecatExcludeOptions. The use of a function to filter out console options did not interact well with the new method of setting scalacOptions in sbt-tpolecat 0.2.3. Please append to tpolecatExcludeOptions in the console task you wish to configure instead, e.g.