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 023c79d commit 13f0dd6Copy full SHA for 13f0dd6
README.md
@@ -34,8 +34,11 @@ Suppose you want to create a random number generator. The generated numbers shou
34
So, you need to add the library that contains the implementation of the keyword `Yield`:
35
36
``` scala
37
-// Add the following setting in your build.sbt
+// Add the "keywords-yield" library in your build.sbt, to use the `Yield` keyword
38
libraryDependencies += "com.thoughtworks.dsl" %% "keywords-yield" % "latest.release"
39
+
40
+// Add other "keywords-xxx" libraries in your build.sbt, to use other keywords
41
+// libraryDependencies += "com.thoughtworks.dsl" %% "keywords-xxx" % "latest.release"
42
```
43
44
And the Dsl.scala compiler plug-ins that are shared by all DSLs:
0 commit comments