diff --git a/README.md b/README.md index 2925724..14be92d 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.0 + 5.1.4 ``` @@ -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.0' +implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4' ```