3 lines
134 B
Scala
3 lines
134 B
Scala
// Meta-settings for controlling the compilation of the build script
|
|
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")
|