Skip to content

Commit

Permalink
Merge pull request #136 from jamesward/dependabot/gradle/kotlin-corou…
Browse files Browse the repository at this point in the history
…tines/io.kotest-kotest-runner-junit5-5.8.0
  • Loading branch information
jamesward authored Nov 13, 2023
2 parents 2c67d38 + d79de22 commit df310d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("io.ktor:ktor-client-core:2.3.6")
implementation("io.ktor:ktor-client-java:2.3.6")

testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9")
Expand Down

0 comments on commit df310d2

Please sign in to comment.