Skip to content

Commit 3ccda3a

Browse files
sullistschuchortdev
authored andcommitted
auto-service 1.0-rc7
1 parent d6698cc commit 3ccda3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies {
4444
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4545
testImplementation group: 'junit', name: 'junit', version: '4.12'
4646

47-
compileOnly "com.google.auto.service:auto-service:1.0-rc2"
48-
kapt "com.google.auto.service:auto-service:1.0-rc2"
47+
compileOnly "com.google.auto.service:auto-service:1.0-rc7"
48+
kapt "com.google.auto.service:auto-service:1.0-rc7"
4949

5050
testImplementation "org.assertj:assertj-core:3.11.1"
5151
testImplementation "org.mockito:mockito-core:3.2.4"

0 commit comments

Comments
 (0)