Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored May 30, 2019
1 parent e4aae18 commit 38aad1f
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 @@ -17,7 +17,7 @@ All 'out of the box' errors are Jackson ready and can be serialized as *JSON*, *
Gradle

```groovy
compile 'io.github.cdimascio:japi-errors:1.2.0'
compile 'io.github.cdimascio:japi-errors:1.3.1'
```

Maven
Expand All @@ -26,7 +26,7 @@ Maven
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>japi-errors</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down

0 comments on commit 38aad1f

Please sign in to comment.