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.
2 parents c6245dc + 920e143 commit 25efb0fCopy full SHA for 25efb0f
README.md
@@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/).
16
### build.sc
17
18
```scala
19
-def scalaVersion = "3.5.2"
+def scalaVersion = "3.6.2"
20
```
21
22
### Getting your project to compile with Scala 3
build.sc
@@ -1,5 +1,5 @@
1
import mill._, scalalib._
2
3
object examples extends ScalaModule {
4
- def scalaVersion = "3.5.2"
+ def scalaVersion = "3.6.2"
5
}
0 commit comments