Skip to content

Commit e8fafd1

Browse files
committed
Release Dotty 0.9.0-RC1
1 parent 99d01dd commit e8fafd1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
3232

3333
### project/build.properties
3434
```scala
35-
sbt.version=1.1.4
35+
sbt.version=1.1.5
3636
```
3737

3838
Older versions of sbt are not supported.
@@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
4343
the `sbt-dotty` plugin, you don't need to set up anything:
4444

4545
```scala
46-
scalaVersion := "0.8.0-RC1"
46+
scalaVersion := "0.9.0-RC1"
4747
```
4848

4949
#### Nightly builds

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ lazy val root = project
55
description := "Example sbt project that compiles using Dotty",
66
version := "0.1",
77

8-
scalaVersion := "0.8.0-RC1"
8+
scalaVersion := "0.9.0-RC1"
99
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.4
1+
sbt.version=1.1.5

0 commit comments

Comments
 (0)