From 9da1637e21bd5babdd776e0cbf9e682f7e04e469 Mon Sep 17 00:00:00 2001 From: Taeik Lim Date: Sun, 6 Oct 2024 22:01:07 +0900 Subject: [PATCH] Update version of README.md to 7.0.0 Signed-off-by: Taeik Lim --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14be92d..38abc61 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ In short, if you just want to log statements to stdout, it's possible to add the io.github.oshai kotlin-logging-jvm - 5.1.4 + 7.0.0 ``` @@ -98,7 +98,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/oshai/ ### Gradle ```Groovy -implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4' +implementation 'io.github.oshai:kotlin-logging-jvm:7.0.0' ```