Skip to content

Commit

Permalink
v 24.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 16, 2025
1 parent 92592fd commit 80fd2c1
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 @@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file:
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>24.14.0</version>
<version>24.14.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file:

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:24.14.0")
testImplementation("com.approvaltests:approvaltests:24.14.1")
}
```

Expand Down

0 comments on commit 80fd2c1

Please sign in to comment.