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 7, 2024
1 parent 239abc4 commit b6674ef
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.1.0</version>
<version>5.1.4</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.1.0'
implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4'
```


Expand Down

0 comments on commit b6674ef

Please sign in to comment.