Skip to content

Commit

Permalink
Add prefix to scala_toolchain example (#635)
Browse files Browse the repository at this point in the history
Does it work without the prefix?
  • Loading branch information
ulfjack authored and johnynek committed Oct 23, 2018
1 parent f8adc65 commit f2647ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ In your workspace file add the following lines:
1. Add your own definition to scala_toolchain to a `BUILD` file:
```python
# //toolchains/BUILD
load("//scala:scala_toolchain.bzl", "scala_toolchain")
load("@io_bazel_rules_scala//scala:scala_toolchain.bzl", "scala_toolchain")

scala_toolchain(
name = "my_toolchain_impl",
Expand Down

0 comments on commit f2647ed

Please sign in to comment.