diff --git a/MODULE.bazel b/MODULE.bazel index 434a365..11f87b9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,4 +1,8 @@ -module(name = "ecsact_cli") +module( + name = "ecsact_cli", + version = "0.1.1", + compatibility_level = 1, +) bazel_dep(name = "nlohmann_json", version = "3.11.2") bazel_dep(name = "rules_cc", version = "0.0.8")