Skip to content

Commit 38aad1f

Browse files
authored
Update README.md
1 parent e4aae18 commit 38aad1f

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
@@ -17,7 +17,7 @@ All 'out of the box' errors are Jackson ready and can be serialized as *JSON*, *
1717
Gradle
1818

1919
```groovy
20-
compile 'io.github.cdimascio:japi-errors:1.2.0'
20+
compile 'io.github.cdimascio:japi-errors:1.3.1'
2121
```
2222

2323
Maven
@@ -26,7 +26,7 @@ Maven
2626
<dependency>
2727
<groupId>io.github.cdimascio</groupId>
2828
<artifactId>japi-errors</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.3.1</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)