Skip to content

Commit f45f460

Browse files
committed
Fix compilation
1 parent 4125f5f commit f45f460

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
44
git_repository(
55
name = "googletest",
66
remote = "https://github.com/google/googletest.git",
7-
commit = "703bd9caab50b139428cea1aaff9974ebee5742e",
8-
shallow_since = "1570114335 -0400",
7+
commit = "58d77fa8070e8cec2dc1ed015d66b454c8d78850",
8+
shallow_since = "1656350095 -0400",
99
)
1010

1111
git_repository(
1212
name = "com_github_nelhage_rules_boost",
13-
commit = "9f9fb8b2f0213989247c9d5c0e814a8451d18d7f",
1413
remote = "https://github.com/nelhage/rules_boost",
15-
shallow_since = "1570056263 -0700",
14+
commit = "e83dfef18d91a3e35c8eac9b9aeb1444473c0efd",
15+
shallow_since = "1671181466 +0000",
1616
)
1717
load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
1818
boost_deps()

0 commit comments

Comments
 (0)