Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-assertions-core to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent caae103 commit d45c1cc
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 @@ -41,15 +41,15 @@ testing {
val test by getting(JvmTestSuite::class) {
useJUnitJupiter(junitVersion)
dependencies {
implementation("io.kotest:kotest-assertions-core:5.8.1")
implementation("io.kotest:kotest-assertions-core:5.9.0")
}
}

register<JvmTestSuite>("functionalTest") {
useJUnitJupiter(junitVersion)
dependencies {
implementation(project())
implementation("io.kotest:kotest-assertions-core:5.8.1")
implementation("io.kotest:kotest-assertions-core:5.9.0")
implementation(gradleTestKit())

implementation(platform("org.junit:junit-bom:5.10.2"))
Expand Down

0 comments on commit d45c1cc

Please sign in to comment.