Skip to content

Commit

Permalink
chore(deps): update ecsact repositories (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent c05be99 commit 25baabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "ecsact_runtime", version = "0.7.0")
bazel_dep(name = "ecsact_runtime", version = "0.7.1")
bazel_dep(name = "ecsact_codegen", version = "0.4.3")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.10")
Expand All @@ -13,7 +13,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

bazel_dep(name = "ecsact_cli", version = "0.3.21")
bazel_dep(name = "ecsact_cli", version = "0.3.22")

git_override(
module_name = "hedron_compile_commands",
Expand Down

0 comments on commit 25baabc

Please sign in to comment.