Skip to content

Commit

Permalink
Merge pull request #2 from Ivy-Apps/dependabot/gradle/detekt-b5ad5d9015
Browse files Browse the repository at this point in the history
Bump the detekt group with 2 updates
  • Loading branch information
ILIYANGERMANOV authored Feb 5, 2024
2 parents 2cbbf7a + f1839d1 commit f8a7b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group = "com.github.ivy.explicit"
version = "0.0.1"

dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.4")
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.5")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.4")
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.5")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}
Expand Down

0 comments on commit f8a7b59

Please sign in to comment.