Skip to content

Commit 96a2412

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump auto-service from 1.0 to 1.0.1
Bumps [auto-service](https://github.com/google/auto) from 1.0 to 1.0.1. - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.0...auto-common-1.0.1) --- updated-dependencies: - dependency-name: com.google.auto.service:auto-service dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75c0b7a commit 96a2412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildConfig {
1616
}
1717

1818
dependencies {
19-
compileOnly "com.google.auto.service:auto-service:1.0"
20-
kapt "com.google.auto.service:auto-service:1.0-rc7"
19+
compileOnly "com.google.auto.service:auto-service:1.0.1"
20+
kapt "com.google.auto.service:auto-service:1.0.1"
2121

2222

2323
testImplementation 'com.squareup:kotlinpoet:1.10.2'

0 commit comments

Comments
 (0)