Skip to content

Commit 237ea66

Browse files
committed
Update scala to 3.0.2
1 parent 918b2cd commit 237ea66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Any version number that starts with `3.` is automatically recognized as Scala 3;
2121
you don't need to set up anything:
2222

2323
```scala
24-
def scalaVersion = "3.0.1"
24+
def scalaVersion = "3.0.2"
2525
```
2626

2727
#### Nightly builds

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import mill._, scalalib._
22

33
object root extends SbtModule {
44
def millSourcePath = ammonite.ops.pwd
5-
def scalaVersion = "3.0.1"
5+
def scalaVersion = "3.0.2"
66
def publishVersion = "0.1.0"
77
}

0 commit comments

Comments
 (0)