Skip to content

Commit

Permalink
Bump swift-protobuf to 1.6.0
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 262603246
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Aug 9, 2019
1 parent e0198ea commit 9f50039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swift/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def swift_rules_dependencies():
_maybe(
http_archive,
name = "com_github_apple_swift_protobuf",
urls = ["https://github.com/apple/swift-protobuf/archive/1.5.0.zip"],
sha256 = "7f0f64881cabb4e96bd5eaae2449bc599b11d9205036c919f9528fff8b23ec78",
strip_prefix = "swift-protobuf-1.5.0/",
urls = ["https://github.com/apple/swift-protobuf/archive/1.6.0.zip"],
sha256 = "4d6d2543da84474fe50a543f70ba145d99c4d14a4aac10d7b3c7dc9f0f7ecec3",
strip_prefix = "swift-protobuf-1.6.0/",
type = "zip",
build_file = "@build_bazel_rules_swift//third_party:com_github_apple_swift_protobuf/BUILD.overlay",
)
Expand Down

0 comments on commit 9f50039

Please sign in to comment.