Skip to content

Commit a2eb82d

Browse files
authored
Update README.md
1 parent 0dfef86 commit a2eb82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ An `Android` example project with kotlin logging can be found in [kotlin-logging
5353
<dependency>
5454
<groupId>io.github.microutils</groupId>
5555
<artifactId>kotlin-logging</artifactId>
56-
<version>1.4.9</version>
56+
<version>1.5.4</version>
5757
</dependency>
5858
```
5959
See full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
6060

6161
### Gradle
6262
```Groovy
63-
compile 'io.github.microutils:kotlin-logging:1.4.9'
63+
compile 'io.github.microutils:kotlin-logging:1.5.4'
6464
```
6565

6666
Or alternatively, download 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)