Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai authored Jul 31, 2023
1 parent 7109895 commit 081e57d
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 @@ -90,15 +90,15 @@ In short, if you just want to log statements to stdout, it's possible to add the
<dependency>
<groupId>io.github.oshai</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
```

See the full example in [kotlin-logging-example-maven](https://github.com/oshai/kotlin-logging-example-maven).

### Gradle
```Groovy
implementation 'io.github.oshai:kotlin-logging-jvm:5.0.0'
implementation 'io.github.oshai:kotlin-logging-jvm:5.0.1'
```


Expand Down

0 comments on commit 081e57d

Please sign in to comment.