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 918b2cd + 237ea66 commit 6d67392Copy full SHA for 6d67392
README.md
@@ -21,7 +21,7 @@ Any version number that starts with `3.` is automatically recognized as Scala 3;
21
you don't need to set up anything:
22
23
```scala
24
-def scalaVersion = "3.0.1"
+def scalaVersion = "3.0.2"
25
```
26
27
#### Nightly builds
build.sc
@@ -2,6 +2,6 @@ import mill._, scalalib._
2
3
object root extends SbtModule {
4
def millSourcePath = ammonite.ops.pwd
5
- def scalaVersion = "3.0.1"
+ def scalaVersion = "3.0.2"
6
def publishVersion = "0.1.0"
7
}
0 commit comments