Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed May 22, 2019
1 parent 6d8a52f commit 8a67530
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -178,7 +178,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-fluent</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -212,7 +212,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -245,7 +245,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -290,7 +290,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -322,7 +322,7 @@ For other API styles you have to first import JsonPath support module
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-json-path</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -617,6 +617,8 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 2.6.2
* Fixed AssertionErrors messages in MultipleFailuresError #181
## 2.6.1
* Path with backspaces matching fixed #176
Expand Down

0 comments on commit 8a67530

Please sign in to comment.