From f2647ed38afc845eb09cc656e7e98cc2b6b6f3d7 Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Tue, 23 Oct 2018 12:23:18 -0400 Subject: [PATCH] Add prefix to scala_toolchain example (#635) Does it work without the prefix? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd991d077..392a663c0 100644 --- a/README.md +++ b/README.md @@ -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",