Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored May 15, 2023
1 parent af315dd commit 228bfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Minimum bazel version: **4.2.1**
If you're using `bzlmod`, add the following to `MODULE.bazel`:

```starlark
bazel_dep(name = "com_grail_bazel_toolchain", version = "0.9")
bazel_dep(name = "com_grail_bazel_toolchain", version = "0.8.2")

llvm = use_extension("@com_grail_bazel_toolchain//toolchain:extensions.bzl", "llvm")
llvm.toolchain(
llvm_version = "15.0.0",
llvm_version = "15.0.6",
)

use_repo(llvm, "llvm_toolchain")
Expand Down

0 comments on commit 228bfec

Please sign in to comment.