Skip to content

Commit 786ccac

Browse files
authored
Merge pull request scala#85 from dotty-staging/scala3-release-3.0.0
Upgrade Dotty to 3.0.0
2 parents f35085e + ed2f3a7 commit 786ccac

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
@@ -40,7 +40,7 @@ You must use sbt 1.5.0 or newer; older versions of sbt are not supported.
4040
Set up the Scala 3 version:
4141

4242
```scala
43-
scalaVersion := "3.0.0-RC3"
43+
scalaVersion := "3.0.0"
4444
```
4545

4646
### Getting your project to compile with Scala 3

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ lazy val root = project
44
name := "scala3-example-project",
55
description := "Example sbt project that compiles using Scala 3",
66
version := "0.1.0",
7-
scalaVersion := "3.0.0-RC3"
7+
scalaVersion := "3.0.0"
88
)

0 commit comments

Comments
 (0)