Skip to content

Commit

Permalink
chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 88254ff commit 4ec6fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

val detektVersion = "1.23.2"
val detektVersion = "1.23.3"
id("io.gitlab.arturbosch.detekt") version detektVersion
application
}
Expand Down

0 comments on commit 4ec6fb8

Please sign in to comment.