Skip to content

Commit

Permalink
Update kotest to v5.8.0 (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 0422794 commit e094f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"

def kotest = "5.7.2"
def kotest = "5.8.0"
testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest"
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest"
testImplementation 'app.cash.turbine:turbine:1.0.0'
Expand Down

0 comments on commit e094f1f

Please sign in to comment.