Skip to content

Commit aef0c34

Browse files
author
Carmine DiMascio
committed
update README
1 parent 9fa2932 commit aef0c34

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.1.2'
20+
compile 'io.github.cdimascio:japi-errors:1.1.4'
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.1.2</version>
29+
<version>1.1.4</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)