From 87b5f63ba7d2d6fdeb5f07ea61d45fe04b76ee79 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 25 Apr 2019 12:55:53 -0700 Subject: [PATCH] Updates Swift Bazel rules. PiperOrigin-RevId: 245290393 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index aae80311b01..49ae9c29833 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -58,14 +58,14 @@ http_archive( ) # https://github.com/bazelbuild/bazel-skylib/releases http_archive( name = "build_bazel_rules_swift", - sha256 = "31aad005a9c4e56b256125844ad05eb27c88303502d74138186f9083479f93a6", - urls = ["https://github.com/bazelbuild/rules_swift/releases/download/0.8.0/rules_swift.0.8.0.tar.gz"], + sha256 = "9efe9699e9765e6b4a5e063e4a08f6b163cccaf0443f775d935baf5c3cd6ed0e", + urls = ["https://github.com/bazelbuild/rules_swift/releases/download/0.9.0/rules_swift.0.9.0.tar.gz"], ) # https://github.com/bazelbuild/rules_swift/releases http_archive( name = "com_github_apple_swift_swift_protobuf", type = "zip", - strip_prefix = "swift-protobuf-1.4.0/", - urls = ["https://github.com/apple/swift-protobuf/archive/1.4.0.zip"], + strip_prefix = "swift-protobuf-1.5.0/", + urls = ["https://github.com/apple/swift-protobuf/archive/1.5.0.zip"], ) # https://github.com/apple/swift-protobuf/releases http_file( name = "xctestrunner",