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 2b0b7e3e4b
commit 532db33adb

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")
}