We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816a602 + 9338df3 commit 793a949Copy full SHA for 793a949
compiler-plugin/build.gradle.kts
@@ -26,7 +26,7 @@ mavenPublishing {
26
27
group = "de.jensklingenberg"
28
version = "0.0.1"
29
-val autoService = "1.0.1"
+val autoService = "1.1.1"
30
dependencies {
31
compileOnly("com.google.auto.service:auto-service:$autoService")
32
kapt("com.google.auto.service:auto-service:$autoService")
0 commit comments