Skip to content

Commit d243f08

Browse files
Upgrade Dotty to 3.0.0
1 parent 0234a62 commit d243f08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 `0.` is automatically recognized as Dotty,
2121
you don't need to set up anything:
2222

2323
```scala
24-
def scalaVersion = "3.0.0-RC3"
24+
def scalaVersion = "3.0.0"
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.0-RC3"
5+
def scalaVersion = "3.0.0"
66
def publishVersion = "0.1.0"
77
}

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a wrapper script, that automatically download mill from GitHub release pages
44
# You can give the required mill version with MILL_VERSION env variable
55
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
6-
DEFAULT_MILL_VERSION=0.9.3-21-002361
6+
DEFAULT_MILL_VERSION=0.9.7
77

88
set -e
99

0 commit comments

Comments
 (0)