Skip to content

Commit

Permalink
[readme] 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Jun 22, 2023
1 parent 3573626 commit 35e626b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Gradle
Add dependency to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:csv-comparator:1.5.2")
implementation("com.github.ngoanh2n:csv-comparator:1.6.0")
```

## Maven
Expand All @@ -35,7 +35,7 @@ Add dependency to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>csv-comparator</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions csv-comparator-allure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When using Allure as a report framework, `csv-comparator-allure` should be used.
## Gradle
Add to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:csv-comparator-allure:1.5.2")
implementation("com.github.ngoanh2n:csv-comparator-allure:1.6.0")
```

## Maven
Expand All @@ -28,7 +28,7 @@ Add to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>csv-comparator-allure</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
```

Expand Down

0 comments on commit 35e626b

Please sign in to comment.