Skip to content

Commit

Permalink
Update protobuf to remove warning
Browse files Browse the repository at this point in the history
The older version of protobuf is causing a warning like:
An illegal reflective access operation has occurred
  • Loading branch information
James Judd committed May 7, 2019
1 parent 250d883 commit 792ecf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ git_repository(

http_archive(
name = "com_google_protobuf",
sha256 = "2c8f8614fb1be709d68abaab6b4791682aa7db2048012dd4642d3a50b4f67cb3",
strip_prefix = "protobuf-0038ff49af882463c2af9049356eed7df45c3e8e",
urls = ["https://github.com/google/protobuf/archive/0038ff49af882463c2af9049356eed7df45c3e8e.zip"],
sha256 = "0963c6ae20340ce41f225a99cacbcba8422cebe4f82937f3d9fa3f5dd7ae7342",
strip_prefix = "protobuf-9f604ac5043e9ab127b99420e957504f2149adbe",
urls = ["https://github.com/google/protobuf/archive/9f604ac5043e9ab127b99420e957504f2149adbe.zip"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

http_archive(
name = "rules_jvm_external",
sha256 = "55e8d3951647ae3dffde22b4f7f8dee11b3f70f3f89424713debd7076197eaca",
Expand Down
9 changes: 6 additions & 3 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ http_archive(

http_archive(
name = "com_google_protobuf",
sha256 = "2c8f8614fb1be709d68abaab6b4791682aa7db2048012dd4642d3a50b4f67cb3",
strip_prefix = "protobuf-0038ff49af882463c2af9049356eed7df45c3e8e",
urls = ["https://github.com/google/protobuf/archive/0038ff49af882463c2af9049356eed7df45c3e8e.zip"],
sha256 = "0963c6ae20340ce41f225a99cacbcba8422cebe4f82937f3d9fa3f5dd7ae7342",
strip_prefix = "protobuf-9f604ac5043e9ab127b99420e957504f2149adbe",
urls = ["https://github.com/google/protobuf/archive/9f604ac5043e9ab127b99420e957504f2149adbe.zip"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

local_repository(
name = "rules_scala_annex",
path = "../",
Expand Down

0 comments on commit 792ecf5

Please sign in to comment.