From 48f9a6aebce92ebeb55569662e33de9d4d83c8df Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Sun, 18 Dec 2022 22:20:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6a675d8..b748fb86 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ In short, if you just want to log statements to stdout, it's possible to add the io.github.microutils kotlin-logging-jvm - 3.0.2 + 3.0.4 ``` See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven). ### Gradle ```Groovy -implementation 'io.github.microutils:kotlin-logging-jvm:3.0.2' +implementation 'io.github.microutils:kotlin-logging-jvm:3.0.4' ``` Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotlin-logging/releases/latest) or [bintray](https://dl.bintray.com/microutils/kotlin-logging/io/github/microutils/kotlin-logging/) or [maven-central](http://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).