Commit ead1002 1 parent bcaad80 commit ead1002 Copy full SHA for ead1002
File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,20 @@ bind(
69
69
70
70
new_local_repository (
71
71
name = "com_google_protobuf" ,
72
- build_file = "./third_party/protobuf/3.6.0 /BUILD" ,
73
- path = "./third_party/protobuf/3.6.0 /" ,
72
+ build_file = "./third_party/protobuf/3.6.1 /BUILD" ,
73
+ path = "./third_party/protobuf/3.6.1 /" ,
74
74
)
75
75
76
76
new_local_repository (
77
77
name = "com_google_protobuf_cc" ,
78
- build_file = "./third_party/protobuf/3.6.0 /BUILD" ,
79
- path = "./third_party/protobuf/3.6.0 /" ,
78
+ build_file = "./third_party/protobuf/3.6.1 /BUILD" ,
79
+ path = "./third_party/protobuf/3.6.1 /" ,
80
80
)
81
81
82
82
new_local_repository (
83
83
name = "com_google_protobuf_java" ,
84
- build_file = "./third_party/protobuf/3.6.0 /com_google_protobuf_java.BUILD" ,
85
- path = "./third_party/protobuf/3.6.0 /" ,
84
+ build_file = "./third_party/protobuf/3.6.1 /com_google_protobuf_java.BUILD" ,
85
+ path = "./third_party/protobuf/3.6.1 /" ,
86
86
)
87
87
88
88
new_local_repository (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package(default_visibility = ["//visibility:public"])
2
2
3
3
load ("//tools/build_rules:genproto.bzl" , "cc_grpc_library" )
4
4
load ("//tools/build_rules:utilities.bzl" , "java_library_srcs" )
5
- load ("//third_party/protobuf/3.6.0 :protobuf.bzl" , "py_proto_library" )
5
+ load ("//third_party/protobuf/3.6.1 :protobuf.bzl" , "py_proto_library" )
6
6
load ("//third_party/grpc:build_defs.bzl" , "java_grpc_library" )
7
7
8
8
exports_files (
Original file line number Diff line number Diff line change 2
2
@com_google_protobuf//:protoc_lib
3
3
@com_google_protobuf//:protobuf
4
4
@com_google_protobuf//:protobuf_lite
5
- @com_google_protobuf//:js_embed
6
5
//tools/test:test_wrapper_bin
7
6
//third_party/ijar:zipper
8
7
//third_party/ijar:ijar
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if [ "${MACHINE_TYPE}" = 's390x' ]; then
115
115
fi
116
116
117
117
# Requires //third_party/protobuf:protoc
118
- protoc_compiler=" ${BAZEL_RUNFILES} /third_party/protobuf/3.6.0 /protoc"
118
+ protoc_compiler=" ${BAZEL_RUNFILES} /third_party/protobuf/3.6.1 /protoc"
119
119
120
120
if [ -z ${RUNFILES_MANIFEST_ONLY+x} ]; then
121
121
junit_jar=" ${BAZEL_RUNFILES} /third_party/junit/junit-*.jar"
You can’t perform that action at this time.
0 commit comments