Skip to content

Commit abc37c3

Browse files
committed
Globegitter's changes
1 parent d856821 commit abc37c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WORKSPACE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
44

55
git_repository(
66
name = "io_bazel_rules_jsonnet",
7-
commit = "09ec18db5b9ad3129810f5f0ccc86363a8bfb6be",
87
remote = "https://github.com/bazelbuild/rules_jsonnet.git",
8+
commit = "fd484046f9c4a32f4d696f05578907162d5a631f",
9+
shallow_since = "1551169313 +0100",
910
)
1011

1112
git_repository(
1213
name = "com_google_googletest",
1314
remote = "https://github.com/google/googletest.git",
14-
15+
# Release 1.8.1
1516
# If updating googletest version, also update CMakeLists.txt.in.
16-
tag = "release-1.8.1",
17+
commit = "2fe3bd994b3189899d93f1d5a881e725e046fdc2",
18+
shallow_since = "1535728917 -0400"
1719
)
1820

1921
load("//tools/build_defs:python_repo.bzl", "python_interpreter")

0 commit comments

Comments
 (0)