Skip to content

Commit a5cdf9e

Browse files
Update eventuals in git_repository bazel rule (#108)
1 parent 370d3e4 commit a5cdf9e

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 = "511b37a964cc880ed37cee6c1617827b889af723",
11+
commit = "8f304ccf696b823c6b7179157150f83e91b46496",
1212
recursive_init_submodules = True,
1313
remote = "https://github.com/3rdparty/eventuals",
14-
shallow_since = "1705401770 +0100",
14+
shallow_since = "1706226227 +0100",
1515
)
1616

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

0 commit comments

Comments
 (0)