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 Sep 15, 2023
1 parent 5347bc1 commit 2be2ba0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ http_archive(

http_archive(
name = "ecsact_parse",
sha256 = "706066e8870aa07f6937ca5f3187c7f3bb970255d028790b5f441e24e22d37f6",
strip_prefix = "ecsact_parse-0.2.1",
urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.2.1.tar.gz"],
sha256 = "5f2fc9f8aca62fb9107a6af5efb398690bac3fcc2c8f4cd27b74a6e340028469",
strip_prefix = "ecsact_parse-0.2.2",
urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.2.2.tar.gz"],
)

http_archive(
name = "ecsact_runtime",
sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3",
strip_prefix = "ecsact_runtime-0.3.0",
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3.0.tar.gz"],
sha256 = "ae2c1b2538cef051f0d14d72853ea5bc3407cb807dc5bb5522090252ace6a345",
strip_prefix = "ecsact_runtime-0.4.1",
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.4.1.tar.gz"],
)

http_archive(
name = "ecsact_interpret",
sha256 = "27c42403d6dc9a435346ca94ac6cd385246c22caa2388e1283ca1dbb679167e1",
strip_prefix = "ecsact_interpret-0.3.0",
urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.3.0.tar.gz"],
sha256 = "d18f5d8bd1aad4e052c2fce3c564ec4272d81181f6b60cb9bf4d82584d6af7a3",
strip_prefix = "ecsact_interpret-0.4.0",
urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.4.0.tar.gz"],
)

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

0 comments on commit 2be2ba0

Please sign in to comment.