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 81bd89d commit d709339Copy full SHA for d709339
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.1.2"
+def scalaVersion = "3.1.3"
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.1.2"
+ def scalaVersion = "3.1.3"
6
def publishVersion = "0.1.0"
7
}
0 commit comments