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 d30a7bb commit 79cd227Copy full SHA for 79cd227
README.md
@@ -563,7 +563,7 @@ The `indent` is used when printing the usage page.
563
Add two dependencies to `build.gradle`:
564
565
````groovy
566
-compileOnly "com.github.h908714124:jbock-annotations:2.3"
+compileOnly "com.github.h908714124:jbock-annotations:2.4"
567
annotationProcessor "com.github.h908714124:jbock:$jbockVersion"
568
````
569
@@ -580,7 +580,7 @@ or `provided`.
580
<dependency>
581
<groupId>com.github.h908714124</groupId>
582
<artifactId>jbock-annotations</artifactId>
583
- <version>2.3</version>
+ <version>2.4</version>
584
<scope>provided</scope>
585
</dependency>
586
</dependencies>
0 commit comments