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 5b7b3ad commit db80935Copy full SHA for db80935
compiler/src/dotty/tools/dotc/config/SourceVersion.scala
@@ -49,7 +49,7 @@ enum SourceVersion:
49
object SourceVersion extends Property.Key[SourceVersion]:
50
51
/* The default source version used by the built compiler */
52
- val defaultSourceVersion = `3.7`
+ val defaultSourceVersion = `3.8`
53
54
/* Illegal source versions that may not appear in the settings `-source:<...>` */
55
val illegalInSettings = List(`2.13`, `3.1-migration`, `never`)
0 commit comments