Skip to content

Commit

Permalink
Bumped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Mar 26, 2023
1 parent 1dab418 commit 904518c
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 @@ -28,8 +28,8 @@ allprojects {
version = Ci.version

dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.4.2")
testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
}

tasks.named<Test>("test") {
Expand Down

0 comments on commit 904518c

Please sign in to comment.