We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b27b4 commit 2f3e04fCopy full SHA for 2f3e04f
examples/bzlmod/MODULE.bazel
@@ -5,12 +5,7 @@ module(
5
6
bazel_dep(
7
name = "hermetic_cc_toolchain",
8
- # TODO(zplin): use thel latest released version after we publish it to BCR
9
- version = "",
10
-)
11
-local_path_override(
12
- module_name = "hermetic_cc_toolchain",
13
- path = "../..",
+ version = "3.1.0",
14
)
15
16
toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains")
@@ -25,6 +20,6 @@ register_toolchains(
25
20
26
21
27
22
name = "rules_go",
28
- version = "0.45.1",
23
+ version = "0.48.0",
29
24
repo_name = "io_bazel_rules_go",
30
0 commit comments