scalafx-utils/project/meta.sbt

3 lines
134 B
Plaintext
Raw Normal View History

// Meta-settings for controlling the compilation of the build script
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")