Merge pull request #10212 from Wyverald/patch-1

Update rules_kotlin version
pull/10244/head
deannagarcia 2 years ago committed by GitHub
commit 6b1772f5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      protobuf_deps.bzl

@ -106,8 +106,8 @@ def protobuf_deps():
if not native.existing_rule("io_bazel_rules_kotlin"):
http_archive(
name = "io_bazel_rules_kotlin",
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v1.5.0-beta-4/rules_kotlin_release.tgz"],
sha256 = "6cbd4e5768bdfae1598662e40272729ec9ece8b7bded8f0d2c81c8ff96dc139d",
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-1/rules_kotlin_release.tgz"],
sha256 = "68b910730026921814d3a504ccbe9adaac9938983d940e626523e6e4ecfb0355",
)
if not native.existing_rule("upb"):

Loading…
Cancel
Save