We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bebd54 commit 0ca7585Copy full SHA for 0ca7585
README.md
@@ -15,14 +15,14 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
15
<dependency>
16
<groupId>com.auth0</groupId>
17
<artifactId>java-jwt</artifactId>
18
- <version>2.2.0</version>
+ <version>2.2.1</version>
19
</dependency>
20
```
21
22
### Gradle
23
24
```gradle
25
-compile 'com.auth0:java-jwt:2.2.0'
+compile 'com.auth0:java-jwt:2.2.1'
26
27
28
## Usage
codecov.yml
@@ -0,0 +1,14 @@
1
+coverage:
2
+ precision: 2
3
+ round: down
4
+ range: "70...100"
5
+ status:
6
+ patch:
7
+ default:
8
+ if_no_uploads: error
9
+ changes: true
10
+ project:
11
12
+ target: auto
13
14
+comment: false
0 commit comments