Skip to content

Commit

Permalink
v 18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 29, 2022
1 parent 2617994 commit 474cf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -77,15 +77,15 @@ If you're using Maven, add this to your pom file:
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>18.3.0</version>
<version>18.4.0</version>
</dependency>
```

### Gradle

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:18.3.0")
testImplementation("com.approvaltests:approvaltests:18.4.0")
}
```

Expand Down

0 comments on commit 474cf9c

Please sign in to comment.