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