Skip to content

Commit 9ba2fc6

Browse files
authored
Merge pull request #20 from j-plugins/dependabot/gradle/com.google.devtools.ksp-symbol-processing-api-2.3.10
build(deps): bump com.google.devtools.ksp:symbol-processing-api from 2.3.8 to 2.3.10
2 parents 62a6180 + 1133a94 commit 9ba2fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc-processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.8")
6+
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.10")
77
}
88

99
kotlin {

0 commit comments

Comments
 (0)