We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f880d6e commit abf795cCopy full SHA for abf795c
compiler/src/dotty/tools/dotc/config/SourceVersion.scala
@@ -28,7 +28,7 @@ enum SourceVersion:
28
def isAtMost(v: SourceVersion) = stable.ordinal <= v.ordinal
29
30
object SourceVersion extends Property.Key[SourceVersion]:
31
- def defaultSourceVersion = `3.5`
+ def defaultSourceVersion = `3.6`
32
33
/** language versions that may appear in a language import, are deprecated, but not removed from the standard library. */
34
val illegalSourceVersionNames = List("3.1-migration").map(_.toTermName)
0 commit comments