We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04e111 commit a80cf88Copy full SHA for a80cf88
detekt-gradle-plugin/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
idea
6
alias(libs.plugins.pluginPublishing)
7
// We use this published version of the Detekt plugin to self analyse this project.
8
- id("io.gitlab.arturbosch.detekt") version "1.21.0"
+ id("io.gitlab.arturbosch.detekt") version "1.22.0"
9
id("org.gradle.test-retry") version "1.4.1"
10
}
11
0 commit comments