Show deprecation warnings in meta build

This commit is contained in:
Sarah Gerweck 2016-09-25 17:18:49 -07:00
parent d39e796090
commit 4ddfba5d40

3
project/meta.sbt Normal file
View File

@ -0,0 +1,3 @@
// Meta-settings for controlling the compilation of the build script
scalacOptions += "-deprecation"