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.
1 parent 48d78da commit 8f9e999Copy full SHA for 8f9e999
compiler/build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
implementation('io.github.jbock-java:javapoet:1.15')
56
implementation('io.github.jbock-java:auto-common:1.2.3')
57
shadow(simple_component)
58
- annotationProcessor('io.github.jbock-java:simple-component-compiler:1.012')
+ annotationProcessor('io.github.jbock-java:simple-component-compiler:1.013')
59
testImplementation('io.github.jbock-java:compile-testing:0.19.12')
60
testImplementation('org.junit.jupiter:junit-jupiter:5.9.1')
61
testImplementation('org.mockito:mockito-core:4.8.0')
0 commit comments