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 1ea6773 + 26d2697 commit 00f1e3bCopy full SHA for 00f1e3b
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