Skip to content

Commit 09811b0

Browse files
authored
Merge pull request #300 from ashawley/deprecated-Xfuture
The -Xfuture option was deprecated
2 parents 199c11f + 3f75e69 commit 09811b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1313
name := "scala-xml",
1414
version := "2.0.0-SNAPSHOT",
1515

16-
// Compiler team advised avoiding the -Xfuture option for releases.
17-
// The output with -Xfuture should be periodically checked, though.
16+
// Compiler team advised avoiding the -Xsource:2.14 option for releases.
17+
// The output with -Xsource should be periodically checked, though.
1818
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq],
1919
scalacOptions in Test += "-Xxml:coalescing",
2020

0 commit comments

Comments
 (0)