Skip to content

Commit

Permalink
update to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Höf <[email protected]>
  • Loading branch information
jonashoef committed May 20, 2022
1 parent 0e0f258 commit 3218838
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ value-provider has the following prerequisites:

```groovy
// core library
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.1.0'
// infrastructure
// for JUnit 5
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.1.0'
// alternatively, for JUnit 4
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.1.0'
```

### Maven
Expand All @@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-core</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit5</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<!-- alternatively, for JUnit 4 -->
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit4</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 3218838

Please sign in to comment.