diff --git a/README.md b/README.md index 8b5219f6..6939ebef 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file: com.approvaltests approvaltests - 24.9.0 + 24.11.0 test ``` @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:24.9.0") + testImplementation("com.approvaltests:approvaltests:24.11.0") } ```