Skip to content

Commit

Permalink
[readme] 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Jan 2, 2024
1 parent dec5831 commit 3e38a03
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.8.0")
implementation("com.github.ngoanh2n:csv-comparator:1.9.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.8.0</version>
<version>1.9.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 @@ -20,7 +20,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.8.0")
implementation("com.github.ngoanh2n:csv-comparator-allure:1.9.0")
```

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

Expand Down

0 comments on commit 3e38a03

Please sign in to comment.