Skip to content

Commit 6e7f872

Browse files
committed
Removing the compiler flag "-source:future" to temporarily get the build to work again until I can fix the implicit classes.
Signed-off-by: Dean Wampler <[email protected]>
1 parent b91f919 commit 6e7f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)