Skip to content

Commit

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

Bump com.google.devtools.ksp:symbol-processing-api from 1.9.24-1.0.20 to 2.0.20-1.0.24
  • Loading branch information
keiji authored Aug 28, 2024
2 parents 3e0450b + 895a16e commit ee95af4
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.24-1.0.20"
implementation "com.google.devtools.ksp:symbol-processing-api:2.0.20-1.0.24"

testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit ee95af4

Please sign in to comment.