sbt-scalac-opts-plugin

Build Status Coverage Status Codacy Badge Version License: MIT

Scalac options for sbt projects.

Check scalacOptsAll out

Many ideas are borrowed from sbt-tpolecat. Thanks!

Settings

  • scalacOptsFailOnWarn: Option[Boolean] Adds or removes -Xfatal-warnings, default is Some(true)

Installation

Create a file in your project called project/plugins.sbt with the following content:

addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")