Skip to content

Commit

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

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

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

0 comments on commit 8189566

Please sign in to comment.