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 2fe0ebc commit cd9ff65Copy full SHA for cd9ff65
MODULE.bazel
@@ -58,18 +58,18 @@ bazel_binaries = use_extension(
58
dev_dependency = True,
59
)
60
bazel_binaries.download(version = "6.5.0")
61
-bazel_binaries.download(version = "7.4.1")
+bazel_binaries.download(version = "7.5.0")
62
bazel_binaries.download(
63
current = True,
64
- version = "8.0.1",
+ version = "8.1.1",
65
66
use_repo(
67
bazel_binaries,
68
"bazel_binaries",
69
"bazel_binaries_bazelisk",
70
"build_bazel_bazel_6_5_0",
71
- "build_bazel_bazel_7_4_1",
72
- "build_bazel_bazel_8_0_1",
+ "build_bazel_bazel_7_5_0",
+ "build_bazel_bazel_8_1_1",
73
74
75
bazel_dep(name = "rules_jvm_external", version = "6.7")
0 commit comments