Skip to content

Commit

Permalink
chore: upgrade to Kotlin 1.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Dec 6, 2022
1 parent 3b76313 commit d235420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d235420

Please sign in to comment.