Source release 15.0.0
This commit is contained in:
10
third_party/protobuf/examples/WORKSPACE
vendored
10
third_party/protobuf/examples/WORKSPACE
vendored
@@ -31,3 +31,13 @@ http_archive(
|
||||
strip_prefix = "protobuf-javalite",
|
||||
urls = ["https://github.com/google/protobuf/archive/javalite.zip"],
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "bazel_skylib",
|
||||
sha256 = "bbccf674aa441c266df9894182d80de104cabd19be98be002f6d478aaa31574d",
|
||||
strip_prefix = "bazel-skylib-2169ae1c374aab4a09aa90e65efe1a3aad4e279b",
|
||||
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
|
||||
)
|
||||
|
||||
load("@bazel_skylib//:lib.bzl", "versions")
|
||||
versions.check(minimum_bazel_version = "0.5.4")
|
||||
|
||||
Reference in New Issue
Block a user