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 Mar 27, 2024
2 parents 73ed95e + 4e8d5c3 commit 1178083
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
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
`maven-publish`
}

Expand All @@ -10,7 +10,7 @@ dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.5")

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

Expand Down

0 comments on commit 1178083

Please sign in to comment.