From 950b9f0fef0990ffb8c4ee66f62fe7dd3f883bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:16:02 -0400 Subject: [PATCH] Update kotlin & ksp to v1.9.24-1.0.20 (#584) * Update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.24-1.0.20 * Update libs.versions.toml * Update ci.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers --- .github/workflows/ci.yml | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4dbcaa8..7c4b625b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: java: [ '21' ] - kotlin: [ '1.9.23' ] + kotlin: [ '1.9.24' ] ksp_enabled: [ true, false ] k2_enabled: [ true, false ] fail-fast: false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1dc66169..ef6cc12b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,10 +19,10 @@ gjf = "1.17.0" incap = "1.0.0" jdk = "21" jvmTarget = "11" -kotlin = "1.9.22" +kotlin = "1.9.24" kotlinCompileTesting = "0.4.1" kotlinpoet = "1.16.0" -ksp = "1.9.23-1.0.20" +ksp = "1.9.24-1.0.20" ktfmt = "0.49" moshi = "1.15.1" okhttp = "4.12.0"