disable fatal warnings until scalachess is ready

This commit is contained in:
Thibault Duplessis 2016-10-25 00:42:57 +02:00
parent d2a7f30107
commit c32715f8db

View file

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