Skip to content

Commit cd45e76

Browse files
committed
doc(release): update for 0.9.1-1 release
1 parent d05f71d commit cd45e76

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ Check out http://jwt.io/
1414

1515
To use this library in your project you can download it from Maven Central.
1616

17-
For Dropwizard 0.7.1 use:
18-
17+
For Dropwizard 0.9.1 use:
1918
```xml
2019
<dependency>
2120
    <groupId>com.github.toastshaman</groupId>
2221
    <artifactId>dropwizard-auth-jwt</artifactId>
23-
    <version>0.7.1-1</version>
22+
    <version>0.9.1-1</version>
2423
</dependency>
2524
```
2625

@@ -34,6 +33,16 @@ For Dropwizard 0.8.1 use:
3433
</dependency>
3534
```
3635

36+
For Dropwizard 0.7.1 use:
37+
38+
```xml
39+
<dependency>
40+
    <groupId>com.github.toastshaman</groupId>
41+
    <artifactId>dropwizard-auth-jwt</artifactId>
42+
    <version>0.7.1-1</version>
43+
</dependency>
44+
```
45+
3746
## Example
3847
See this [code example](https://github.com/ToastShaman/dropwizard-auth-jwt/tree/master/src/test/java/com/github/toastshaman/dropwizard/auth/jwt/example)
3948
if you want to use this code your dropwizard application.

0 commit comments

Comments
 (0)