Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent d1bd6ab commit 132ac5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.20"
kotlin("kapt") version "1.9.20"
kotlin("jvm") version "1.9.21"
kotlin("kapt") version "1.9.21"
id("io.github.schwarzit.lightsaber")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.20"
kotlin("jvm") version "1.9.21"
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
id("io.github.schwarzit.lightsaber")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.20"
kotlin = "1.9.21"
dagger = "2.48.1"
junit_jupiter = "5.10.1"
kctfork = "0.4.0"
Expand All @@ -15,7 +15,7 @@ junit_jupiter_params = { module = "org.junit.jupiter:junit-jupiter-params", vers
truth = { module = "com.google.truth:truth", version = "1.1.5" }
kctfork_core = { module = "dev.zacsweers.kctfork:core", version.ref = "kctfork" }
kctfork_ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref = "kctfork" }
symbol_processing_gradle_plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "1.9.20-1.0.14" }
symbol_processing_gradle_plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "1.9.21-1.0.15" }
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.0.1" }

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import schwarz.it.lightsaber.gradle.Severity

plugins {
kotlin("jvm") version "1.9.20"
kotlin("kapt") version "1.9.20"
kotlin("jvm") version "1.9.21"
kotlin("kapt") version "1.9.21"
id("io.github.schwarzit.lightsaber")
}

Expand Down

0 comments on commit 132ac5e

Please sign in to comment.