We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286a30 commit 03d21f1Copy full SHA for 03d21f1
compiler/src/dotty/tools/dotc/config/SourceVersion.scala
@@ -31,7 +31,7 @@ enum SourceVersion:
31
def isAtMost(v: SourceVersion) = stable.ordinal <= v.ordinal
32
33
object SourceVersion extends Property.Key[SourceVersion]:
34
- def defaultSourceVersion = `3.6`
+ def defaultSourceVersion = `3.7`
35
36
/** language versions that may appear in a language import, are deprecated, but not removed from the standard library. */
37
val illegalSourceVersionNames = List("3.1-migration", "never").map(_.toTermName)
0 commit comments