File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ object Build {
121
121
scalacOptions ++= Seq (
122
122
" -feature" ,
123
123
" -deprecation" ,
124
+ " -unchecked" ,
125
+ " -Xfatal-warnings" ,
124
126
" -encoding" , " UTF8" ,
125
127
" -language:existentials,higherKinds,implicitConversions"
126
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)),
576
578
577
- scalacOptions ++= Seq (
578
- " -Xfatal-warnings" ,
579
- " -unchecked"
580
- ),
581
-
582
579
// http://grokbase.com/t/gg/simple-build-tool/135ke5y90p/sbt-setting-jvm-boot-paramaters-for-scala
583
580
// packageAll should always be run before tests
584
581
javaOptions ++= {
You can’t perform that action at this time.
0 commit comments