diff --git a/project/meta.sbt b/project/meta.sbt new file mode 100644 index 0000000..b74ec79 --- /dev/null +++ b/project/meta.sbt @@ -0,0 +1,3 @@ +// Meta-settings for controlling the compilation of the build script + +scalacOptions += "-deprecation"