Added
- A
defaultConsoleExclude
option set was added to theScalacOptions
DSL. This option set can be used for filtering out compiler options that trigger warnings in the Scala REPL.
Changed
-
tpolecatConsoleOptionsFilter
was replaced bytpolecatExcludeOptions
. The use of a function to filter out console options did not interact well with the new method of settingscalacOptions
in sbt-tpolecat 0.2.3. Please append totpolecatExcludeOptions
in theconsole
task you wish to configure instead, e.g.IntegrationTest / console / tpolecatExcludeOptions ++= ScalacOptions.defaultConsoleExclude