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.
1 parent 0ad43b7 commit 412a7ecCopy full SHA for 412a7ec
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