Skip to content

Commit 7d94355

Browse files
author
Aggelos Biboudis
authored
Merge pull request #22 from lampepfl/dotty-0.12-mill
Release Dotty 0.12.0-RC1 for mill
2 parents 597237e + 05bcf0a commit 7d94355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.10.0-RC1"
24+
def scalaVersion = "0.12.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.11/ to find the version
30+
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.13/ to find the version
3131
number for the latest nightly build.
3232

3333
## Getting your project to compile with Dotty

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

0 commit comments

Comments
 (0)