Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Feb 8, 2024
2 parents 9ab65a5 + f8a7b59 commit 4eb1df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}

kotlin {
Expand Down

0 comments on commit 4eb1df3

Please sign in to comment.