Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Update dependency io.kotest:kotest-bom to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2022
1 parent 39fe841 commit dc808cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/nino-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {

dependencies {
// Testing utilities
testImplementation(platform("io.kotest:kotest-bom:5.2.3"))
testImplementation(platform("io.kotest:kotest-bom:5.3.1"))
testImplementation("io.kotest:kotest-runner-junit5")
testImplementation("io.kotest:kotest-assertions-core")
testImplementation("io.kotest:kotest-property")
Expand Down

0 comments on commit dc808cd

Please sign in to comment.