Skip to content

Commit da9af3d

Browse files
committed
chore: update deps
1 parent 5bdcde6 commit da9af3d

File tree

4 files changed

+552
-218
lines changed

4 files changed

+552
-218
lines changed

MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,11 @@ bazel_dep(name = "docopt.cpp", version = "0.6.2")
2020
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
2121
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
2222
bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
23+
bazel_dep(name = "yaml-cpp", version = "0.8.0")
2324

2425
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
2526
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
2627

27-
bazel_dep(name = "yaml-cpp")
28-
git_override(
29-
module_name = "yaml-cpp",
30-
commit = "37f1b8b8c9e5172ff3a79a3d5fdbb87f2994842b",
31-
remote = "https://github.com/jbeder/yaml-cpp",
32-
)
33-
3428
git_override(
3529
module_name = "hedron_compile_commands",
3630
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)