Skip to content

Commit

Permalink
fix: add missing bazel_skylib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 6, 2023
1 parent 69a891d commit a90c386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ bazel_dep(name = "ecsact_runtime", version = "0.5.4")
bazel_dep(name = "ecsact_codegen", version = "0.1.3")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "ecsact_lang_cpp", version = "0.3.1")
bazel_dep(name = "bazel_skylib", version = "1.4.2")

0 comments on commit a90c386

Please sign in to comment.