Skip to content

Commit

Permalink
Merge pull request #10212 from Wyverald/patch-1
Browse files Browse the repository at this point in the history
Update rules_kotlin version
  • Loading branch information
deannagarcia authored Jul 8, 2022
2 parents b10f2ae + eea1341 commit 6b1772f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 6b1772f

Please sign in to comment.