Skip to content

Commit

Permalink
Merge pull request #310 from jamesward/dependabot/gradle/kotlin-split…
Browse files Browse the repository at this point in the history
…ties/io.kotest-kotest-runner-junit5-5.9.0

Bump io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.0 in /kotlin-splitties
  • Loading branch information
jamesward authored May 13, 2024
2 parents 7ca23d1 + 3f89c33 commit 2740178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-splitties/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("com.louiscad.splitties:splitties-coroutines:3.0.0")
runtimeOnly("org.slf4j:slf4j-simple:2.0.13")

testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
}
Expand Down

0 comments on commit 2740178

Please sign in to comment.