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 3fd974f + 412a7ec commit 51077ffCopy full SHA for 51077ff
docs/docs/reference/metaprogramming/staging.md
@@ -84,7 +84,7 @@ It will create a project with the necessary dependencies and some examples.
84
In case you prefer to create the project on your own, make sure to define the following dependency in your build.sbt
85
86
```scala
87
-libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
+libraryDependencies += "ch.epfl.lamp" %% "scala3-staging" % scalaVersion.value
88
```
89
90
and in case you use `scalac`/`scala` directly, then use the `-with-compiler` flag for both:
0 commit comments