Skip to content

Commit a6a0517

Browse files
committed
MODULE.bazel: Set dev dependency
1 parent a4a8a46 commit a6a0517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bazel_dep(name = "rules_m4", version = "0.2.4")
4242
bazel_dep(name = "rules_python", version = "1.0.0")
4343
bazel_dep(name = "rules_pkg", version = "1.0.1")
4444
bazel_dep(name = "spdlog", version = "1.15.1", repo_name = "com_github_gabime_spdlog")
45-
bazel_dep(name = "toolchains_llvm", version = "1.0.0")
45+
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
4646
bazel_dep(name = "zlib", version = "1.3.1.bcr.4")
4747
bazel_dep(name = "or-tools", version = "9.12", repo_name = "com_google_ortools")
4848

0 commit comments

Comments
 (0)