fix(deps): update dependency io.kotest:kotest-assertions-core to v6 (#1209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a8e3c338dc
commit
f33f614f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect",
|
|||
|
||||
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
|
||||
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
|
||||
kotest-assertions = "io.kotest:kotest-assertions-core:5.9.1"
|
||||
kotest-assertions = "io.kotest:kotest-assertions-core:6.0.3"
|
||||
mockk = "io.mockk:mockk:1.14.6"
|
||||
|
||||
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue