Skip to content

Commit

Permalink
v 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 20, 2023
1 parent 96d82e0 commit 482d5f5
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>22.2.1</version>
<version>22.3.0</version>
</dependency>
```

### Gradle

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:22.2.1")
testImplementation("com.approvaltests:approvaltests:22.3.0")
}
```

Expand Down

0 comments on commit 482d5f5

Please sign in to comment.