Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Dec 16, 2021
1 parent a1b1736 commit acdce88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,7 +58,7 @@ In short, if you just want to log statements to stdout, it's possible to add the
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>2.0.10</version>
<version>2.1.20</version>
</dependency>
```
or
Expand All @@ -73,7 +73,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/MicroU

### Gradle
```Groovy
implementation 'io.github.microutils:kotlin-logging-jvm:2.0.10'
implementation 'io.github.microutils:kotlin-logging-jvm:2.1.20'
```
or
```Groovy
Expand Down

0 comments on commit acdce88

Please sign in to comment.