Skip to content

Commit 3bcec5b

Browse files
committed
e set SNAPSHOT version
1 parent 871507a commit 3bcec5b

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>11.2.2</version>
65+
<version>11.2.3</version>
6666
</dependency>
6767
```
6868

6969
### Gradle
7070

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

0 commit comments

Comments
 (0)