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 1066c99 commit 5c19bd0Copy full SHA for 5c19bd0
compiler/src/dotty/tools/dotc/config/SourceVersion.scala
@@ -18,7 +18,7 @@ enum SourceVersion:
18
def isAtLeast(v: SourceVersion) = stable.ordinal >= v.ordinal
19
20
object SourceVersion extends Property.Key[SourceVersion]:
21
- def defaultSourceVersion = `3.0`
+ def defaultSourceVersion = `3.2`
22
23
val allSourceVersionNames = values.toList.map(_.toString.toTermName)
24
end SourceVersion
0 commit comments