Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent 366e6d3 commit a47d837
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
@@ -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.22-1.0.18"
kotlinPoet = "1.14.2"
kotlinBard = "0.5.1"
compileTesting = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle.kts
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 a47d837

Please sign in to comment.