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 Aug 5, 2019
1 parent 96e69e7 commit fde64ac
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.8'
compile 'io.logz:guice-jersey:1.0.9'
```

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

0 comments on commit fde64ac

Please sign in to comment.