diff --git a/README.md b/README.md index e8c5c346..e64a6bbd 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 - 21.1.0 + 22.0.0 ``` @@ -89,7 +89,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:21.1.0") + testImplementation("com.approvaltests:approvaltests:22.0.0") } ```