diff --git a/README.md b/README.md index 25bed7af..50a9cc5f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ If you're using Maven, add this to your pom file: com.approvaltests approvaltests - 22.2.1 + 22.3.0 ``` @@ -89,7 +89,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:22.2.1") + testImplementation("com.approvaltests:approvaltests:22.3.0") } ```