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 1ea6773 commit 26d2697Copy full SHA for 26d2697
README.md
@@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/).
16
### build.sc
17
18
```scala
19
-def scalaVersion = "3.6.4"
+def scalaVersion = "3.7.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.6.4"
+ def scalaVersion = "3.7.0"
5
}
0 commit comments