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 18, 2023
1 parent 93a0d7c commit 28a97cc
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 = "4b7c4dedf6fe6f6f3c9949903fb8da3af360a8812cfcf3879fae04018d1fedf2",
strip_prefix = "ecsact_parse-0.3.0",
urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.3.0.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 = "acf9d00b317de9e50c3e93c3c6557daa24d50f03720a0a7142117abdf0271730",
strip_prefix = "ecsact_runtime-0.5.0",
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.5.0.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 = "749830210f3ceea484dab31641c152e1a043e907ddff1043d0736d2f4e05c337",
strip_prefix = "ecsact_interpret-0.5.0",
urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.5.0.tar.gz"],
)

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

0 comments on commit 28a97cc

Please sign in to comment.