We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f35085e + ed2f3a7 commit 786ccacCopy full SHA for 786ccac
README.md
@@ -40,7 +40,7 @@ You must use sbt 1.5.0 or newer; older versions of sbt are not supported.
40
Set up the Scala 3 version:
41
42
```scala
43
-scalaVersion := "3.0.0-RC3"
+scalaVersion := "3.0.0"
44
```
45
46
### Getting your project to compile with Scala 3
build.sbt
@@ -4,5 +4,5 @@ lazy val root = project
4
name := "scala3-example-project",
5
description := "Example sbt project that compiles using Scala 3",
6
version := "0.1.0",
7
- scalaVersion := "3.0.0-RC3"
+ scalaVersion := "3.0.0"
8
)
0 commit comments