From a45fa5fcf7c1744d09ef0796b7eb4f42779b0ea6 Mon Sep 17 00:00:00 2001 From: Rebot <96078724+reboot-dev-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:13:25 +0000 Subject: [PATCH] Update eventuals in git_repository bazel rule --- WORKSPACE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")