Skip to content

Commit

Permalink
⬆️ Update detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 289ed07 commit da6409a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly(gradleApi())
compileOnly(kotlin("gradle-plugin"))
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:4.0.16")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.8.20")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SetupKotlinPlugin : Plugin<Project> {

private fun applyDependencies(project: Project) {
project.dependencies {
"detektPlugins"("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
"detektPlugins"("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")

"implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

Expand Down

0 comments on commit da6409a

Please sign in to comment.