Skip to content

Commit

Permalink
chore(deps): update plugin com.google.devtools.ksp to v1.8.20-1.0.10 (#…
Browse files Browse the repository at this point in the history
…8676)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 7356efa commit d4c6feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inject-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "io.micronaut.build.internal.convention-library"
id "org.jetbrains.kotlin.jvm"
id "com.google.devtools.ksp" version "1.8.0-Beta-1.0.8"
id "com.google.devtools.ksp" version "1.8.20-1.0.10"

}

Expand Down
2 changes: 1 addition & 1 deletion test-suite-kotlin-ksp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "io.micronaut.build.internal.convention-test-library"
id "org.jetbrains.kotlin.jvm"
id("com.google.devtools.ksp") version "1.8.0-1.0.8"
id("com.google.devtools.ksp") version "1.8.20-1.0.10"
}

micronautBuild {
Expand Down

0 comments on commit d4c6feb

Please sign in to comment.