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
5252 // "-language:strictEquality", // Require +derives Eql+ for using == or != comparisons
5353 // "-rewrite", // Attempt to fix code automatically. Use with -indent and ...-migration.
5454 // "-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.
5656 " -Xfatal-warnings" , // Fail on warnings, not just errors
5757 // "-Xmigration", // Warn about constructs whose behavior may have changed since version.
5858 // "-Ysafe-init", // Warn on field access before initialization
You can’t perform that action at this time.
0 commit comments