## Compiler version 3.5.2 ## Minimized code ```Scala println(util.Properties.versionNumberString) ``` ## Output ```scala 2.13.15 ``` or 14 don't remember, but that's not important ## Expectation It should show 3.5.2. For that to happen two steps were suggested: - Scala 2 library should first check for scala 3 properties - Scala 3 should have those properties They should be something like: ``` /library3.properties maven.version.number=3.5.2 version.number=3.5.2 ``` maven version might not be needed. First step should be adding it here, but if we hurry we can add it to Scala 2.13.16