Skip to content

Commit 7304b39

Browse files
committed
. C Release v26.6.0 - Fixed name of ExtensionFileFilter class
1 parent bc61c01 commit 7304b39

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
@@ -84,7 +84,7 @@ If you're using Maven, add this to your pom file:
8484
<dependency>
8585
<groupId>com.approvaltests</groupId>
8686
<artifactId>approvaltests</artifactId>
87-
<version>26.5.0</version>
87+
<version>26.6.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
```
@@ -93,7 +93,7 @@ If you're using Maven, add this to your pom file:
9393

9494
```gradle
9595
dependencies {
96-
testImplementation("com.approvaltests:approvaltests:26.5.0")
96+
testImplementation("com.approvaltests:approvaltests:26.6.0")
9797
}
9898
```
9999

0 commit comments

Comments
 (0)