diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f64c01e78..00336bacc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -115,7 +115,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.32" +kotlinx-lincheck = "org.jetbrains.kotlinx:lincheck:2.33" # https://github.com/ForteScarlet/kotlin-suspend-interface-reversal suspend-reversal-annotations = { module = "love.forte.suspend-interface-reversal:annotations", version.ref = "suspendReversal" }