Skip to content

Commit

Permalink
we need -Xfatal-warnings, definitely
Browse files Browse the repository at this point in the history
practice what we preach
  • Loading branch information
SethTisue committed Mar 15, 2017
1 parent 0fbb9a9 commit 3e50d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ publishTo := Some(typesafeIvyReleases)

publishMavenStyle := false

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings")

licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))

Expand Down

0 comments on commit 3e50d66

Please sign in to comment.