From e159c7320596cb5ef37097f6c95af6ca4306909e Mon Sep 17 00:00:00 2001 From: Todd Ginsberg Date: Sat, 27 Nov 2021 11:17:23 -0500 Subject: [PATCH] Update README for 1.1.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7144a75..73a031e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Copy the following into your `build.gradle` or `build.xml`. **Gradle** ```groovy -testImplementation("com.ginsberg:junit5-system-exit:1.1.1") +testImplementation("com.ginsberg:junit5-system-exit:1.1.2") ``` **Maven** @@ -19,7 +19,7 @@ testImplementation("com.ginsberg:junit5-system-exit:1.1.1") com.ginsberg junit5-system-exit - 1.1.1 + 1.1.2 test ```