From eb4b03222972df20da0b35ecf30260d75ad33243 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 9 Dec 2024 19:01:49 +0000 Subject: [PATCH] v 24.11.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b5219f6..6939ebef 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.9.0 + 24.11.0 test ``` @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:24.9.0") + testImplementation("com.approvaltests:approvaltests:24.11.0") } ```