Skip to content

Commit 7e5ba7e

Browse files
Update eventuals in git_repository bazel rule
1 parent a5cdf9e commit 7e5ba7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
88

99
git_repository(
1010
name = "com_github_3rdparty_eventuals",
11-
commit = "8f304ccf696b823c6b7179157150f83e91b46496",
11+
commit = "f5532cc684c3f635bc52f7c86fccc09ed0ad1907",
1212
recursive_init_submodules = True,
1313
remote = "https://github.com/3rdparty/eventuals",
14-
shallow_since = "1706226227 +0100",
14+
shallow_since = "1723789287 +0000",
1515
)
1616

1717
load("@com_github_3rdparty_eventuals//bazel:submodules.bzl", eventuals_submodules = "submodules")

0 commit comments

Comments
 (0)