Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 366e6d3 commit 6ecf44c
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.23"
dokka = "1.9.20"
jgitver = "0.10.0-rc03"
nexusPublish = "1.3.0"
ksp = "1.9.0-1.0.11"
ksp = "1.9.23-1.0.19"
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.23"))
}

0 comments on commit 6ecf44c

Please sign in to comment.