Skip to content

Commit

Permalink
update kotlin jvm version to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski authored and oshai committed Jul 20, 2021
1 parent 5ab79a2 commit fda2e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.8</version>
<version>2.0.10</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.8'
implementation 'io.github.microutils:kotlin-logging-jvm:2.0.10'
```
or
```Groovy
Expand Down

0 comments on commit fda2e7e

Please sign in to comment.