Skip to content

Commit acdce88

Browse files
committed
update README.md
1 parent a1b1736 commit acdce88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In short, if you just want to log statements to stdout, it's possible to add the
5858
<dependency>
5959
<groupId>io.github.microutils</groupId>
6060
<artifactId>kotlin-logging-jvm</artifactId>
61-
<version>2.0.10</version>
61+
<version>2.1.20</version>
6262
</dependency>
6363
```
6464
or
@@ -73,7 +73,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/MicroU
7373

7474
### Gradle
7575
```Groovy
76-
implementation 'io.github.microutils:kotlin-logging-jvm:2.0.10'
76+
implementation 'io.github.microutils:kotlin-logging-jvm:2.1.20'
7777
```
7878
or
7979
```Groovy

0 commit comments

Comments
 (0)