warnings are now errors

This commit is contained in:
Thibault Duplessis 2016-11-03 15:11:14 +01:00
parent 8b434f0c52
commit cf6aa39d7e

View file

@ -40,6 +40,7 @@ object BuildSettings {
val compilerOptions = Seq(
"-deprecation", "-unchecked", "-feature", "-language:_",
"-Xfatal-warnings",
"-Ybackend:GenBCode", "-Ydelambdafy:method", "-target:jvm-1.8")
val srcMain = Seq(