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 d00a55a commit 1775371Copy full SHA for 1775371
project/Build.scala
@@ -121,6 +121,8 @@ object Build {
121
scalacOptions ++= Seq(
122
"-feature",
123
"-deprecation",
124
+ "-unchecked",
125
+ "-Xfatal-warnings",
126
"-encoding", "UTF8",
127
"-language:existentials,higherKinds,implicitConversions"
128
),
@@ -574,11 +576,6 @@ object Build {
574
576
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
575
577
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
578
- scalacOptions ++= Seq(
- "-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