Skip to content

Commit 412a7ec

Browse files
committed
Fix #10378: Update staging dependency
1 parent 0ad43b7 commit 412a7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/staging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ It will create a project with the necessary dependencies and some examples.
8484
In case you prefer to create the project on your own, make sure to define the following dependency in your build.sbt
8585

8686
```scala
87-
libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
87+
libraryDependencies += "ch.epfl.lamp" %% "scala3-staging" % scalaVersion.value
8888
```
8989

9090
and in case you use `scalac`/`scala` directly, then use the `-with-compiler` flag for both:

0 commit comments

Comments
 (0)