Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Aug 30, 2019
1 parent d30a7bb commit 79cd227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ The `indent` is used when printing the usage page.
Add two dependencies to `build.gradle`:

````groovy
compileOnly "com.github.h908714124:jbock-annotations:2.3"
compileOnly "com.github.h908714124:jbock-annotations:2.4"
annotationProcessor "com.github.h908714124:jbock:$jbockVersion"
````

Expand All @@ -580,7 +580,7 @@ or `provided`.
<dependency>
<groupId>com.github.h908714124</groupId>
<artifactId>jbock-annotations</artifactId>
<version>2.3</version>
<version>2.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 79cd227

Please sign in to comment.