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 3c608e0 commit 7aa23b7Copy full SHA for 7aa23b7
README.md
@@ -27,6 +27,7 @@ git_repository(
27
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_repositories")
28
scala_repositories()
29
```
30
+To use a particular commit, use the gitsha in the `commit = ` attribute and omit `tag`.
31
32
You may wish to have these rules loaded by default using bazel's prelude. Add the line:
33
0 commit comments