Skip to content

Commit 79cd227

Browse files
committed
update documentation
1 parent d30a7bb commit 79cd227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ The `indent` is used when printing the usage page.
563563
Add two dependencies to `build.gradle`:
564564

565565
````groovy
566-
compileOnly "com.github.h908714124:jbock-annotations:2.3"
566+
compileOnly "com.github.h908714124:jbock-annotations:2.4"
567567
annotationProcessor "com.github.h908714124:jbock:$jbockVersion"
568568
````
569569

@@ -580,7 +580,7 @@ or `provided`.
580580
<dependency>
581581
<groupId>com.github.h908714124</groupId>
582582
<artifactId>jbock-annotations</artifactId>
583-
<version>2.3</version>
583+
<version>2.4</version>
584584
<scope>provided</scope>
585585
</dependency>
586586
</dependencies>

0 commit comments

Comments
 (0)