Skip to content

Commit

Permalink
fix(deps): update dependency com.google.auto.service:auto-service to …
Browse files Browse the repository at this point in the history
…v1.0.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 27c8eff commit a66b63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(project(":library"))
implementation("com.squareup:kotlinpoet:1.12.0")
implementation("com.google.auto.service:auto-service:1.0.1")
kapt("com.google.auto.service:auto-service:1.0.1")
implementation("com.google.auto.service:auto-service:1.0.2")
kapt("com.google.auto.service:auto-service:1.0.2")
}

0 comments on commit a66b63f

Please sign in to comment.