From 3e50d6665393d99c15605411f153c54de8a626a7 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 15 Mar 2017 14:54:52 -0700 Subject: [PATCH] we need -Xfatal-warnings, definitely practice what we preach --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ecc2053..0f43676 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))