Skip to content

Commit b683013

Browse files
committed
chore(deps): update ecsact deps
1 parent e6574ec commit b683013

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WORKSPACE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ http_archive(
1818

1919
http_archive(
2020
name = "ecsact_runtime",
21-
sha256 = "dfc71e519d24b943c855d288d19f539fc9b9c65636c0376c7febb865233161b6",
22-
strip_prefix = "ecsact_runtime-0.2.0",
23-
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.2.0.tar.gz"],
21+
sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3",
22+
strip_prefix = "ecsact_runtime-0.3.0",
23+
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3.0.tar.gz"],
2424
)
2525

2626
http_file(
2727
name = "ecsact_cli_windows",
28-
url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.0/ecsact_0.1.0_windows_x64.exe",
28+
url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.1/ecsact_0.1.1_windows_x64.exe",
2929
executable = True,
3030
downloaded_file_path = "ecsact.exe",
3131
)
3232

3333
http_file(
3434
name = "ecsact_cli_linux",
35-
url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.0/ecsact_0.1.0_linux_x64",
35+
url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.1/ecsact_0.1.1_linux_x64",
3636
executable = True,
3737
downloaded_file_path = "ecsact",
3838
)

0 commit comments

Comments
 (0)