Skip to content

Commit 04bd3da

Browse files
authored
chore: update some deps (#325)
1 parent b415ab0 commit 04bd3da

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bzlws//:index.bzl", "bzlws_copy")
1+
load("@bzlws//rules:bzlws_copy.bzl", "bzlws_copy")
22

33
bzlws_copy(
44
name = "copy_dist_bin",

MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ bazel_dep(name = "ecsact_lang_csharp", version = "0.1.4")
1919
bazel_dep(name = "yaml-cpp", version = "0.8.0")
2020
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
2121
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
22+
bazel_dep(name = "bzlws", version = "0.2.0")
2223

2324
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
2425
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
@@ -41,10 +42,3 @@ register_toolchains(
4142
"@ecsact_toolchain//:all",
4243
dev_dependency = True,
4344
)
44-
45-
bazel_dep(name = "bzlws")
46-
git_override(
47-
module_name = "bzlws",
48-
commit = "b7b10a115da356ec23b0cf0c697919baa7b7301c",
49-
remote = "https://github.com/zaucy/bzlws",
50-
)

0 commit comments

Comments
 (0)