Skip to content

Commit

Permalink
chore(deps): update escact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2023
1 parent 4f78e3e commit f09e3fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ http_archive(

http_archive(
name = "ecsact_runtime",
sha256 = "b86c279cbb6afe49d51085d56d89f9f240c2f467ddd1c3e69d76946953ea9331",
strip_prefix = "ecsact_runtime-5e25573c5e6f90fe55204433861289a4b86140ee",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/5e25573c5e6f90fe55204433861289a4b86140ee.zip",
sha256 = "1d6265a6695c7f51f60c8abd4c458e7c30800bea5cd8b15fc27be50b782950da",
strip_prefix = "ecsact_runtime-f6790c33f3e440dfd6697e2983449a35c27f3865",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/f6790c33f3e440dfd6697e2983449a35c27f3865.zip",
)

http_archive(
name = "ecsact_parse",
sha256 = "0423f00a1449bac058164726eb4530c2caee1927426e0891ae5ce366fb931aa1",
strip_prefix = "ecsact_parse-cc1ffce429d597a0dcc125c7c81c8c21c622c03f",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/cc1ffce429d597a0dcc125c7c81c8c21c622c03f.zip",
sha256 = "265307588972f4cc71bbe6d4bad13beb0b1c5ce87d87ab43fbf79449f1cc1e8f",
strip_prefix = "ecsact_parse-f0444556eff93622e802b288457603d5769368bb",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/f0444556eff93622e802b288457603d5769368bb.zip",
)

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

0 comments on commit f09e3fc

Please sign in to comment.