Browse Source

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

other/julioromano/molecule_test_failure
renovate[bot] 1 year ago committed by GitHub
parent
commit
532db33adb
  1. 2
      anvilcodegen/build.gradle.kts

2
anvilcodegen/build.gradle.kts

@ -25,6 +25,6 @@ dependencies { @@ -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")
}

Loading…
Cancel
Save