diff --git a/README.md b/README.md index 6939ebef..bd68abd4 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.11.0 + 24.12.0 test ``` @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:24.11.0") + testImplementation("com.approvaltests:approvaltests:24.12.0") } ```