Skip to content

Commit

Permalink
v 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 5, 2023
1 parent 349d8dd commit 829776a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ If you're using Maven, add this to your pom file:
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>20.0.0</version>
<version>21.0.0</version>
</dependency>
```

### Gradle

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:20.0.0")
testImplementation("com.approvaltests:approvaltests:21.0.0")
}
```

Expand Down

0 comments on commit 829776a

Please sign in to comment.