Skip to content

Commit ed2f3a7

Browse files
Upgrade Dotty to 3.0.0
1 parent f35085e commit ed2f3a7

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)