Skip to content

Commit 72ecc71

Browse files
committed
Release Dotty 0.13.0-RC1 for mill
1 parent 7d94355 commit 72ecc71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ 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 = "0.12.0-RC1"
24+
def scalaVersion = "0.13.0-RC1"
2525
```
2626

2727
#### Nightly builds
2828
If the latest release of Dotty is missing a bugfix or feature you need, you may
2929
wish to use a nightly build. Look at the bottom of
30-
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.13/ to find the version
30+
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.14/ to find the version
3131
number for the latest nightly build.
3232

3333
## Getting your project to compile with Dotty

build.sc

+1-1
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 = "0.12.0-RC1"
5+
def scalaVersion = "0.13.0-RC1"
66
def publishVersion = "0.1.0"
77
}

0 commit comments

Comments
 (0)