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 0fdb604 commit b2b42f5Copy full SHA for b2b42f5
README.md
@@ -54,6 +54,9 @@ sbt> set scalaHome in ThisBuild := Some(file("/code/scala/build/pack"))
54
sbt> set scalaHome in compilation := "2.11.1" // if micro project isn't compatible with "2.11.1"
55
```
56
57
+### Adding dependencies
58
+List classpath entries for dependencies in a file `/path/to/corpus/deps.txt`.
59
+
60
### Persisting results
61
62
- Provide `INFLUX_PASSWORD` as an environment variable
0 commit comments