diff --git a/README.md b/README.md index a0bb6cef..cf5329e2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ plugins { // kotlin("kapt") version "..." // Use the version that matches your Kotlin version! - id("com.google.devtools.ksp") version "1.7.0-1.0.6" + id("com.google.devtools.ksp") version "1.7.22-1.0.8" } repositories { diff --git a/build.gradle.kts b/build.gradle.kts index ec052b00..a9852797 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import com.diffplug.gradle.spotless.SpotlessExtension plugins { id("org.jetbrains.kotlinx.kover") version "0.5.0" id("com.diffplug.gradle.spotless") version "6.2.0" apply false - id("org.jetbrains.kotlin.jvm") version "1.7.0" apply false + id("org.jetbrains.kotlin.jvm") version "1.7.22" apply false } subprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08b3f64a..a0d0190b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,5 +9,5 @@ inject = "javax.inject:javax.inject:1" junit4 = "junit:junit:4.13-beta-3" kotlinpoet-core = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" } kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" } -ksp = "com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6" +ksp = "com.google.devtools.ksp:symbol-processing-api:1.7.22-1.0.8" tp = "com.github.stephanenicolas.toothpick:toothpick:3.1.0"