File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
4
4
5
5
git_repository (
6
6
name = "io_bazel_rules_jsonnet" ,
7
- commit = "09ec18db5b9ad3129810f5f0ccc86363a8bfb6be" ,
8
7
remote = "https://github.com/bazelbuild/rules_jsonnet.git" ,
8
+ commit = "fd484046f9c4a32f4d696f05578907162d5a631f" ,
9
+ shallow_since = "1551169313 +0100" ,
9
10
)
10
11
11
12
git_repository (
12
13
name = "com_google_googletest" ,
13
14
remote = "https://github.com/google/googletest.git" ,
14
-
15
+ # Release 1.8.1
15
16
# If updating googletest version, also update CMakeLists.txt.in.
16
- tag = "release-1.8.1" ,
17
+ commit = "2fe3bd994b3189899d93f1d5a881e725e046fdc2" ,
18
+ shallow_since = "1535728917 -0400"
17
19
)
18
20
19
21
load ("//tools/build_defs:python_repo.bzl" , "python_interpreter" )
You can’t perform that action at this time.
0 commit comments