Skip to content

Commit

Permalink
Update Detekt 1.21.0 → 1.22.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin authored Dec 21, 2022
1 parent 795d785 commit ce39d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detekt/toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@rules_jvm_external//:specs.bzl", "maven")

# buildifier: disable=unnamed-macro
def rules_detekt_toolchains(detekt_version = "1.21.0", toolchain = "@rules_detekt//detekt:default_toolchain"):
def rules_detekt_toolchains(detekt_version = "1.22.0", toolchain = "@rules_detekt//detekt:default_toolchain"):
"""Invokes `rules_detekt` toolchains.
Declares toolchains that are dependencies of the `rules_detekt` workspace.
Expand Down

0 comments on commit ce39d0c

Please sign in to comment.