File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ lazy val root = project
52
52
// "-language:strictEquality", // Require +derives Eql+ for using == or != comparisons
53
53
// "-rewrite", // Attempt to fix code automatically. Use with -indent and ...-migration.
54
54
// "-scalajs", // Compile in Scala.js mode (requires scalajs-library.jar on the classpath).
55
- " -source:future" , // Choices: future and future-migration. I use this to force future deprecation warnings, etc.
55
+ // "-source:future", // Choices: future and future-migration. I use this to force future deprecation warnings, etc.
56
56
" -Xfatal-warnings" , // Fail on warnings, not just errors
57
57
// "-Xmigration", // Warn about constructs whose behavior may have changed since version.
58
58
// "-Ysafe-init", // Warn on field access before initialization
You can’t perform that action at this time.
0 commit comments