Skip to content

Commit

Permalink
Update Kotlin & KSP
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 12f7bca commit 438abc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ repositories {
}

dependencies{
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.23")
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.24")
implementation("com.palantir.gradle.gitversion:gradle-git-version:3.0.0")
}
2 changes: 1 addition & 1 deletion faktory-bot-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("com.squareup:kotlinpoet-ksp:1.16.0")
implementation(project(":faktory-bot-annotations"))

implementation("com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20")
implementation("com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit 438abc7

Please sign in to comment.