Skip to content

Commit

Permalink
chore(deps): update ecsact runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 1, 2023
1 parent 392f9f2 commit 4d06336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.4")
bazel_dep(name = "ecsact_parse", version = "0.3.3")

git_override(
module_name = "ecsact_runtime",
commit = "96f82ffd6e8ab31c64d71eedd832d8f85a33961d",
remote = "https://github.com/ecsact-dev/ecsact_runtime",
)
8 changes: 1 addition & 7 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.4")

bazel_dep(name = "bazel_sundry")
bazel_dep(name = "ecsact_interpret")
Expand All @@ -19,9 +19,3 @@ local_path_override(
module_name = "ecsact_interpret",
path = "..",
)

git_override(
module_name = "ecsact_runtime",
commit = "96f82ffd6e8ab31c64d71eedd832d8f85a33961d",
remote = "https://github.com/ecsact-dev/ecsact_runtime",
)

0 comments on commit 4d06336

Please sign in to comment.