Skip to content

Commit 3094c2a

Browse files
markusdapsparkprime
authored andcommitted
Bazel 0.25 update (#641)
* Add canonical use of dependencies.
1 parent 9e3b60a commit 3094c2a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

WORKSPACE

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

55
git_repository(
66
name = "io_bazel_rules_jsonnet",
7+
commit = "ad2b4204157ddcf7919e8bd210f607f8a801aa7f",
78
remote = "https://github.com/bazelbuild/rules_jsonnet.git",
8-
commit = "fd484046f9c4a32f4d696f05578907162d5a631f",
9-
shallow_since = "1551169313 +0100",
9+
shallow_since = "1556260764 +0200",
1010
)
1111

1212
git_repository(
1313
name = "com_google_googletest",
1414
remote = "https://github.com/google/googletest.git",
15-
# Release 1.8.1
1615
# 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",
1918
)
2019

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

0 commit comments

Comments
 (0)