We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85f71e commit 6e677baCopy full SHA for 6e677ba
project/Build.scala
@@ -574,6 +574,11 @@ object Build {
574
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
575
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
576
577
+ scalacOptions ++= Seq(
578
+ "-Xfatal-warnings",
579
+ "-unchecked"
580
+ ),
581
+
582
// http://grokbase.com/t/gg/simple-build-tool/135ke5y90p/sbt-setting-jvm-boot-paramaters-for-scala
583
// packageAll should always be run before tests
584
javaOptions ++= {
0 commit comments