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 6, 2023
1 parent f37c070 commit 19b8386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "1.9.0"
kotlin = "1.9.20"
dokka = "1.9.10"
jgitver = "0.10.0-rc03"
nexusPublish = "1.3.0"
ksp = "1.9.0-1.0.11"
ksp = "1.9.20-1.0.14"
kotlinPoet = "1.14.2"
kotlinBard = "0.5.1"
compileTesting = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(libs.kotlinpoet.ksp)
implementation(libs.kotlinpoet.metadata)
implementation(libs.kotlinbard)
implementation(kotlin("compiler-embeddable", "1.8.0"))
implementation(kotlin("compiler-embeddable", "1.9.20"))
}

0 comments on commit 19b8386

Please sign in to comment.