scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.83k stars 1.05k forks source link

Switch default source version to 3.6 #20895

Closed hamzaremmal closed 3 months ago

bishabosha commented 3 months ago

you can't add a 3.7 mode before 3.7?

hamzaremmal commented 3 months ago

you can't add a 3.7 mode before 3.7?

No, I checked with @odersky this afternoon and this is the way it is supposed to be done

bishabosha commented 3 months ago

No, I checked with @odersky this afternoon and this is the way it is supposed to be done

it seems since 3.4 this was the case (it had 3.5 source versions), but until then this never happened, so I did find it strange

Gedochao commented 3 months ago

This has been decided to be included in the 3.6.0 release.