Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 54b3bf3 commit ed7f5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.0"
dokka = "1.8.20"
jgitver = "0.10.0-rc03"
nexusPublish = "1.3.0"
ksp = "1.9.0-1.0.11"
ksp = "1.9.0-1.0.13"
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.0"))
}

0 comments on commit ed7f5b9

Please sign in to comment.