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 22f2485 commit 4a85880Copy full SHA for 4a85880
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