Skip to content

Commit

Permalink
Merge pull request #48 from keiji/dependabot/gradle/com.google.devtoo…
Browse files Browse the repository at this point in the history
…ls.ksp-symbol-processing-api-1.9.22-1.0.18

Bump com.google.devtools.ksp:symbol-processing-api from 1.9.22-1.0.17 to 1.9.22-1.0.18
  • Loading branch information
keiji authored Mar 6, 2024
2 parents 7b9b885 + 82f801c commit 2dbae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlv-ksp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
dependencies {
implementation project(path: ':tlv')

implementation "com.google.devtools.ksp:symbol-processing-api:1.9.22-1.0.17"
implementation "com.google.devtools.ksp:symbol-processing-api:1.9.22-1.0.18"

testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit 2dbae8f

Please sign in to comment.