Skip to content

Commit

Permalink
Update version of README.md to 7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap committed Oct 6, 2024
1 parent ee2ff21 commit 9da1637
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.4</version>
<version>7.0.0</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.4'
implementation 'io.github.oshai:kotlin-logging-jvm:7.0.0'
```


Expand Down

0 comments on commit 9da1637

Please sign in to comment.