Skip to content

Commit d30a7bb

Browse files
committed
update annotation version
1 parent cf9b33e commit d30a7bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
implementation 'com.squareup:javapoet:1.11.1'
18-
compile 'com.github.h908714124:jbock-annotations:2.3'
18+
compile 'com.github.h908714124:jbock-annotations:2.4'
1919
testImplementation 'com.google.testing.compile:compile-testing:0.18'
2020
testImplementation 'org.mockito:mockito-core:3.0.0'
2121
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.1'

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'com.github.h908714124:jbock-annotations:2.3'
10+
compileOnly 'com.github.h908714124:jbock-annotations:2.4'
1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.1'
1212
annotationProcessor project(':core')
1313
}

0 commit comments

Comments
 (0)