diff --git a/README.md b/README.md index 5432782b..44da2b5d 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,14 @@ In short, if you just want to log statements to stdout, it's possible to add the io.github.microutils kotlin-logging - 1.7.9 + 1.7.10 ``` See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven). ### Gradle ```Groovy -compile 'io.github.microutils:kotlin-logging:1.7.9' +compile 'io.github.microutils:kotlin-logging:1.7.10' ``` 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/).