diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 04a1ba1..723d104 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -8,10 +8,10 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "com_github_3rdparty_eventuals", - commit = "8f304ccf696b823c6b7179157150f83e91b46496", + commit = "f8777798d9e6ea7d5ce7d91d4d609d9dea8fc990", recursive_init_submodules = True, remote = "https://github.com/3rdparty/eventuals", - shallow_since = "1706226227 +0100", + shallow_since = "1729854785 +0000", ) load("@com_github_3rdparty_eventuals//bazel:submodules.bzl", eventuals_submodules = "submodules")