Skip to content

Commit

Permalink
mobile/deps: Bump rules_detekt -> 0.8.1.2 (#35417)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jul 25, 2024
1 parent b1e3351 commit ca939ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mobile/bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def kotlin_repos():

http_archive(
name = "rules_detekt",
sha256 = "44912c74dc2e164227b1102ef36227d0e78fdbd7c7359868ae13424eb4f0d5c2",
strip_prefix = "bazel_rules_detekt-0.6.0",
url = "https://github.com/buildfoundation/bazel_rules_detekt/archive/v0.6.0.tar.gz",
sha256 = "91837e301379c105ff4565ca822f6a6b30531f0b2ab6e75bbaf74e64f7d6879c",
strip_prefix = "bazel_rules_detekt-0.8.1.2",
url = "https://github.com/buildfoundation/bazel_rules_detekt/archive/v0.8.1.2.tar.gz",
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion mobile/bazel/envoy_mobile_toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains")
def envoy_mobile_toolchains():
rules_java_toolchains()
kt_register_toolchains()
rules_detekt_toolchains(detekt_version = "1.20.0")
rules_detekt_toolchains()
rules_proto_grpc_toolchains()

0 comments on commit ca939ee

Please sign in to comment.