diff --git a/README.md b/README.md index 6c7b2a18..091682d9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ If you're using Maven, add this to your pom file: com.approvaltests approvaltests - 18.3.0 + 18.4.0 ``` @@ -85,7 +85,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:18.3.0") + testImplementation("com.approvaltests:approvaltests:18.4.0") } ```