Skip to content

Commit

Permalink
Bump Detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Feb 2, 2024
1 parent cf960de commit c8b6383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -5,8 +5,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.9.22"
jacoco
id("com.github.ben-manes.versions") version "0.50.0"
id("io.gitlab.arturbosch.detekt") version "1.23.4"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.gitlab.arturbosch.detekt") version "1.23.5"

// publishing
`java-library`
Expand All @@ -27,7 +27,7 @@ dependencies {
// JUnit 5 test discovery
implementation("org.junit.platform:junit-platform-launcher:1.10.1")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.5")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit c8b6383

Please sign in to comment.