Skip to content

Commit

Permalink
Update README.md with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed Jan 15, 2020
1 parent 671b0d2 commit 1dc5025
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 @@ -13,7 +13,7 @@ This module aims to do just that by booting Jetty based Jersey server and initia
### Gradle

```groovy
compile 'io.logz:guice-jersey:1.0.9'
compile 'io.logz:guice-jersey:1.0.10'
```

### Maven
Expand All @@ -22,7 +22,7 @@ compile 'io.logz:guice-jersey:1.0.9'
<dependency>
<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>
```
## Usage
Expand Down

0 comments on commit 1dc5025

Please sign in to comment.