Skip to content

Commit 51077ff

Browse files
authored
Merge pull request #10386 from dotty-staging/fix-#10378
Fix #10378: Update staging dependency
2 parents 3fd974f + 412a7ec commit 51077ff

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)