Skip to content

Commit e085b80

Browse files
committed
chore(deps): update ecsact repositories
1 parent dff83fd commit e085b80

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WORKSPACE.bazel

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ http_archive(
6464

6565
http_archive(
6666
name = "ecsact_runtime",
67-
sha256 = "dfc71e519d24b943c855d288d19f539fc9b9c65636c0376c7febb865233161b6",
68-
strip_prefix = "ecsact_runtime-0.2.0",
69-
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.2.0.tar.gz",
67+
sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3",
68+
strip_prefix = "ecsact_runtime-0.3.0",
69+
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3.0.tar.gz"],
7070
)
7171

7272
http_archive(
7373
name = "ecsact_interpret",
74-
sha256 = "5ff48ebb36e20497058d584a9c04d56463ddf696b74fee55c7b2ae888422e7a2",
75-
strip_prefix = "ecsact_interpret-0.2.1",
76-
url = "https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.2.1.tar.gz",
74+
sha256 = "27c42403d6dc9a435346ca94ac6cd385246c22caa2388e1283ca1dbb679167e1",
75+
strip_prefix = "ecsact_interpret-0.3.0",
76+
urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.3.0.tar.gz"],
7777
)
7878

7979
http_archive(
@@ -120,9 +120,9 @@ http_archive(
120120

121121
http_archive(
122122
name = "ecsact_cli",
123-
sha256 = "76239edb31727f7ac5f510ff1ef8eed36f9b6ebf9380c531f915dd69cbeec385",
124-
strip_prefix = "ecsact_cli-0.1.0",
125-
urls = ["https://github.com/ecsact-dev/ecsact_cli/archive/refs/tags/0.1.0.tar.gz"],
123+
sha256 = "9a4695aea37a49cb29a4a6987912c6e1b736b5d2bc238fb9f281ba92b80984cd",
124+
strip_prefix = "ecsact_cli-0.1.1",
125+
urls = ["https://github.com/ecsact-dev/ecsact_cli/archive/refs/tags/0.1.1.tar.gz"],
126126
)
127127

128128
load("@ecsact_parse//:repositories.bzl", "ecsact_parse_dependencies")

0 commit comments

Comments
 (0)