Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomashanley-toast committed Nov 17, 2019
1 parent 43b8ddb commit 2ccdabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set Up
Add the following dependency to your gradle build file:

```
testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.0.0'
testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.1.0'
// Add a test container factory, for example grizzly :
testCompile group: 'org.glassfish.jersey.test-framework.providers', name: 'jersey-test-framework-provider-grizzly2', version: '2.28'
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.hanleyt"
version = "1.3.0"
version = "2.1.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 2ccdabb

Please sign in to comment.