Skip to content

Commit cc02d99

Browse files
committed
v 18.3.0
1 parent 475cc02 commit cc02d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ If you're using Maven, add this to your pom file:
7777
<dependency>
7878
<groupId>com.approvaltests</groupId>
7979
<artifactId>approvaltests</artifactId>
80-
<version>18.2.2</version>
80+
<version>18.3.0</version>
8181
</dependency>
8282
```
8383

8484
### Gradle
8585

8686
```gradle
8787
dependencies {
88-
testImplementation("com.approvaltests:approvaltests:18.2.2")
88+
testImplementation("com.approvaltests:approvaltests:18.3.0")
8989
}
9090
```
9191

0 commit comments

Comments
 (0)