Skip to content

Commit

Permalink
Update Escact Repositories (#141)
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 Dec 26, 2022
1 parent 72ce5c1 commit 5bf4c05
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 = "11a6c44e398d49ac9f977a825b7588b26c2e01bfae0d5559aa62970f8cf3b2be",
strip_prefix = "ecsact_runtime-8c59894959b4d5896ca9b570b5b5be3990cea080",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/8c59894959b4d5896ca9b570b5b5be3990cea080.zip",
sha256 = "e1c488d73434a438580ffada92355380a96c02279d6272641fb89ed033c216eb",
strip_prefix = "ecsact_runtime-7466e148f4fd584b399c3d66a1a98b7962cbdebc",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/7466e148f4fd584b399c3d66a1a98b7962cbdebc.zip",
)

http_archive(
name = "ecsact_parse",
sha256 = "b10e83dd9a6d7c4a9cf4ee228ba9b109a59f54581378863a3af3430af8970045",
strip_prefix = "ecsact_parse-5c17dd57c39a718acbac6b35b2f3e5035f272889",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/5c17dd57c39a718acbac6b35b2f3e5035f272889.zip",
sha256 = "0a709a842e882aab16e570dba0113f13bb43caba50b60c89d0295304443def8a",
strip_prefix = "ecsact_parse-6af7b095443e1dd963a30a904b64ebee47243bd6",
url = "https://github.com/ecsact-dev/ecsact_parse/archive/6af7b095443e1dd963a30a904b64ebee47243bd6.zip",
)

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

0 comments on commit 5bf4c05

Please sign in to comment.