Skip to content

Commit

Permalink
Update Escact Repositories (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2023
1 parent 75389f6 commit 1430795
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 = "802cbd8dc32163c899acb3926157efd85d0a6278ad0349e26cc53712fa718a31",
strip_prefix = "ecsact_runtime-d374ccecd2d6b7221e90949fefd1031d36eb3c8b",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/d374ccecd2d6b7221e90949fefd1031d36eb3c8b.zip",
sha256 = "5ee669e5d8eea3ce49fcbfd62560250d80ed41f79eaadec2019912d769232f40",
strip_prefix = "ecsact_runtime-212add69c0689f575635c1a1e0cbfbcf1060308a",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/212add69c0689f575635c1a1e0cbfbcf1060308a.zip",
)

http_archive(
name = "ecsact_parse",
sha256 = "95e540bdc778c24efb710d301c7657aae901aeb5871a619bc02de8bda0d4f97f",
strip_prefix = "ecsact_parse-009b709841e59cad7eee7b2f6778aea62c33cc7f",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/009b709841e59cad7eee7b2f6778aea62c33cc7f.zip",
sha256 = "58d08e52f876bf0989b25e6c3c5845775e3d05b8d3ff1b7ad11e770859766b5a",
strip_prefix = "ecsact_parse-b8d2cef78293575d427c9179e8179ed47d5bfb65",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/b8d2cef78293575d427c9179e8179ed47d5bfb65.zip",
)

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

0 comments on commit 1430795

Please sign in to comment.