Skip to content

Commit c22a53f

Browse files
committed
chore: bump rules_proto
1 parent a98c471 commit c22a53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def rules_ts_internal_deps():
4949

5050
http_archive(
5151
name = "rules_proto",
52-
sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d",
53-
strip_prefix = "rules_proto-6.0.0",
54-
url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0/rules_proto-6.0.0.tar.gz",
52+
sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
53+
strip_prefix = "rules_proto-6.0.2",
54+
url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz",
5555
)
5656

5757
http_archive(

0 commit comments

Comments
 (0)