From b4fb06f6efa80b2238a4e0b53d1403d5cb4e388d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:04:21 +0000 Subject: [PATCH] Update kotlinx.binaryCompatibility to v0.15.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29c0397e8..90c70c9e8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ kct = "0.4.0" kgx = "0.1.12" kotest = "5.9.1" kotlin = "1.9.24" -kotlinx-binaryCompatibility = "0.14.0" +kotlinx-binaryCompatibility = "0.15.1" kotlinpoet = "1.16.0" # If updating KSP version, we currently have ksp override logic in settings.gradle that needs to be updated too ksp = "1.9.24-1.0.20"