Skip to content

Commit

Permalink
Add some scalacOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital committed May 29, 2019
1 parent eb8d59d commit 9825691
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/CommonSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ object CommonSettings extends AutoPlugin {
trapExit := false,
fork := true,
scalacOptions ++= Seq(
"-deprecation",
"-explaintypes",
"-language:higherKinds",
"-language:implicitConversions"
"-language:implicitConversions",
"-Ywarn-unused:_",
"-Ywarn-dead-code"
),
)
}

0 comments on commit 9825691

Please sign in to comment.