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.
1 parent 2ebf0a2 commit 6f6f515Copy full SHA for 6f6f515
README.md
@@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/).
16
### build.sc
17
18
```scala
19
-def scalaVersion = "3.3.1"
+def scalaVersion = "3.4.0"
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.3.1"
+ def scalaVersion = "3.4.0"
5
}
0 commit comments