Skip to content

Commit

Permalink
fix: update rules ecsact to fix linus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Jul 3, 2024
1 parent 26da452 commit f65366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module(

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "rules_ecsact", version = "0.5.3")
bazel_dep(name = "rules_ecsact", version = "0.5.5")
bazel_dep(name = "ecsact_runtime", version = "0.6.7")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.5")
bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1")
Expand Down

0 comments on commit f65366e

Please sign in to comment.