Skip to content

Commit 2511b3a

Browse files
Upgrade Dotty to 3.0.0-M1
1 parent f4c94f8 commit 2511b3a

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
@@ -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.27.0-RC1"
46+
scalaVersion := "3.0.0-M1"
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.0",
77

8-
scalaVersion := "0.27.0-RC1"
8+
scalaVersion := "3.0.0-M1"
99
)

0 commit comments

Comments
 (0)