Skip to content

Commit eb3eaa1

Browse files
committed
e set SNAPSHOT version
1 parent a108caa commit eb3eaa1

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
@@ -62,15 +62,15 @@ If you're using Maven, add this to your pom file:
6262
<dependency>
6363
<groupId>com.approvaltests</groupId>
6464
<artifactId>approvaltests</artifactId>
65-
<version>12.3.2</version>
65+
<version>12.3.3</version>
6666
</dependency>
6767
```
6868

6969
### Gradle
7070

7171
```gradle
7272
dependencies {
73-
testImplementation("com.approvaltests:approvaltests:12.3.2")
73+
testImplementation("com.approvaltests:approvaltests:12.3.3")
7474
}
7575
```
7676

0 commit comments

Comments
 (0)