From 8f0ca8c917e572ff75f36e861fc48ab535baef9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:58:50 -0500 Subject: [PATCH] Update ksp to v1.9.22-1.0.16 (#185) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 96fc42ab..34e99a50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotlinCompileTesting = "0.4.0" kotlin = "1.9.22" jdk = "20" jvmTarget = "11" -ksp = "1.9.20-1.0.13" +ksp = "1.9.22-1.0.16" ktfmt = "0.46" moshi = "1.14.0"