Skip to content

Commit db80935

Browse files
committed
Set -source default to 3.8
1 parent 5b7b3ad commit db80935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/SourceVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ enum SourceVersion:
4949
object SourceVersion extends Property.Key[SourceVersion]:
5050

5151
/* The default source version used by the built compiler */
52-
val defaultSourceVersion = `3.7`
52+
val defaultSourceVersion = `3.8`
5353

5454
/* Illegal source versions that may not appear in the settings `-source:<...>` */
5555
val illegalInSettings = List(`2.13`, `3.1-migration`, `never`)

0 commit comments

Comments
 (0)