Skip to content

Commit 09d5629

Browse files
committed
chore: use yaml in BCR
1 parent 1de4142 commit 09d5629

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

MODULE.bazel

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ bazel_dep(name = "ecsact_cli", version = "0.3.13")
1616
bazel_dep(name = "ecsact_lsp_server", version = "0.2.1")
1717
bazel_dep(name = "ecsact_lang_json", version = "0.1.4")
1818
bazel_dep(name = "ecsact_lang_csharp", version = "0.1.4")
19+
bazel_dep(name = "yaml-cpp", version = "0.8.0")
1920
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
2021
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
2122

@@ -46,14 +47,6 @@ local_path_override(
4647
path = "../ecsact_rt_entt",
4748
)
4849

49-
# https://github.com/jbeder/yaml-cpp/issues/1229
50-
bazel_dep(name = "yaml-cpp")
51-
git_override(
52-
module_name = "yaml-cpp",
53-
commit = "37f1b8b8c9e5172ff3a79a3d5fdbb87f2994842b",
54-
remote = "https://github.com/jbeder/yaml-cpp",
55-
)
56-
5750
bazel_dep(name = "bzlws")
5851
git_override(
5952
module_name = "bzlws",

0 commit comments

Comments
 (0)