Skip to content

Commit 7f8020c

Browse files
authored
Update README.md
1 parent 30a7afc commit 7f8020c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ An `Android` example project with kotlin-logging can be found in [kotlin-logging
5050

5151
**Important note:** kotlin-logging depends on slf4j-api (in the JVM artifact). In runtime, it is also required to depend on a logging implementation. More details in [how-to-configure-slf4j](http://saltnlight5.blogspot.co.il/2013/08/how-to-configure-slf4j-with-different.html). And an excellent detailed explanation in [a-guide-to-logging-in-java](https://www.marcobehler.com/guides/a-guide-to-logging-in-java).
5252

53-
In short, if you just want to log statements to stdout, it's possible to add the following dependency: `org.slf4j:slf4j-simple:1.7.26`.
53+
In short, if you just want to log statements to stdout, it's possible to add the following dependency: `org.slf4j:slf4j-simple:1.7.29`.
5454

5555
**Multiplatform:** See the [section below](https://github.com/MicroUtils/kotlin-logging/blob/master/README.md#multiplatform).
5656

@@ -59,14 +59,14 @@ In short, if you just want to log statements to stdout, it's possible to add the
5959
<dependency>
6060
<groupId>io.github.microutils</groupId>
6161
<artifactId>kotlin-logging</artifactId>
62-
<version>1.7.8</version>
62+
<version>1.7.9</version>
6363
</dependency>
6464
```
6565
See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
6666

6767
### Gradle
6868
```Groovy
69-
compile 'io.github.microutils:kotlin-logging:1.7.8'
69+
compile 'io.github.microutils:kotlin-logging:1.7.9'
7070
```
7171

7272
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/).

0 commit comments

Comments
 (0)