Skip to content

Commit fa605ea

Browse files
committed
Make 3.3 the default source version
1 parent d8a6751 commit fa605ea

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
@@ -19,7 +19,7 @@ enum SourceVersion:
1919
def isAtLeast(v: SourceVersion) = stable.ordinal >= v.ordinal
2020

2121
object SourceVersion extends Property.Key[SourceVersion]:
22-
def defaultSourceVersion = `3.2`
22+
def defaultSourceVersion = `3.3`
2323

2424
/** language versions that may appear in a language import, are deprecated, but not removed from the standard library. */
2525
val illegalSourceVersionNames = List("3.1-migration").map(_.toTermName)

0 commit comments

Comments
 (0)