From 718d713c05bd342ab50f160641082c9d2c1a5710 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Dec 2024 22:57:56 +0000 Subject: [PATCH] v 24.12.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6939ebef..bd68abd4 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.11.0 + 24.12.0 test ``` @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:24.11.0") + testImplementation("com.approvaltests:approvaltests:24.12.0") } ```