diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8864cf4b0..4c4742320 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -107,7 +107,7 @@ ktor-client-mock = { group = "io.ktor", name = "ktor-client-mock", version.ref = # Lincheck # https://kotlinlang.org/docs/lincheck-guide.html#associate-compiler-tasks -kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.26" +kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.29" # https://github.com/ForteScarlet/kotlin-suspend-interface-reversal suspend-reversal-annotations = { module = "love.forte.suspend-interface-reversal:annotations", version.ref = "suspendReversal" }