Update dependency com.google.auto.service:auto-service-annotations to v1.1.1

This commit is contained in:
renovate[bot] 2023-06-12 16:46:59 +00:00 committed by GitHub
parent afb3e33f84
commit 8d7219bf38

View file

@ -25,6 +25,6 @@ dependencies {
implementation(libs.anvil.compiler.utils)
implementation("com.squareup:kotlinpoet:1.14.2")
implementation(libs.dagger)
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.1")
kapt("com.google.auto.service:auto-service:1.1.0")
}