From 474cf9c10beffb643ab399c11df34845e064f6f0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 29 Sep 2022 21:54:15 +0000 Subject: [PATCH] v 18.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") } ```