github typelevel/sbt-tpolecat v0.3.0
0.3.0

latest releases: v0.5.2, v0.5.1, v0.5.0...
2 years ago

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.

    IntegrationTest / console / tpolecatExcludeOptions ++= ScalacOptions.defaultConsoleExclude

Don't miss a new sbt-tpolecat release

NewReleases is sending notifications on new releases.