scalafx-utils/project/meta.sbt
2017-10-07 23:58:23 -07:00

3 lines
134 B
Scala

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