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 22f2485 + 4a85880 commit e2d2e28Copy full SHA for e2d2e28
docs/docs/reference/metaprogramming/staging.md
@@ -93,3 +93,9 @@ compilation we need make available the compiler to the runtime:
93
```shell
94
sbt:dotty> dotr -classpath out -with-compiler Test
95
```
96
+
97
+Or, from SBT:
98
99
+```scala
100
+libraryDependencies += "ch.epfl.lamp" %% "dotty-compiler" % scalaVersion.value
101
+```
0 commit comments