Skip to content

Commit

Permalink
⬆️ Update kotest to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 289ed07 commit 9d8c53d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class SetupKotlinPlugin : Plugin<Project> {

"implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

"testImplementation"("io.kotest:kotest-runner-junit5:5.6.2")
"testImplementation"("io.kotest:kotest-assertions-core:5.6.2")
"testImplementation"("io.kotest:kotest-property:5.6.2")
"testImplementation"("io.kotest:kotest-runner-junit5:5.7.1")
"testImplementation"("io.kotest:kotest-assertions-core:5.7.1")
"testImplementation"("io.kotest:kotest-property:5.7.1")
}
}

Expand Down

0 comments on commit 9d8c53d

Please sign in to comment.