From 081e57de073fce1a7908a27a4f3d37d60121c62a Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Tue, 1 Aug 2023 00:47:54 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ee49390..49b06e63 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.0.0 + 5.0.1 ``` @@ -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.0.0' +implementation 'io.github.oshai:kotlin-logging-jvm:5.0.1' ```