Skip to content

Commit 48f9a6a

Browse files
authored
Update README.md
1 parent dd55c30 commit 48f9a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ In short, if you just want to log statements to stdout, it's possible to add the
6060
<dependency>
6161
<groupId>io.github.microutils</groupId>
6262
<artifactId>kotlin-logging-jvm</artifactId>
63-
<version>3.0.2</version>
63+
<version>3.0.4</version>
6464
</dependency>
6565
```
6666
See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
6767

6868
### Gradle
6969
```Groovy
70-
implementation 'io.github.microutils:kotlin-logging-jvm:3.0.2'
70+
implementation 'io.github.microutils:kotlin-logging-jvm:3.0.4'
7171
```
7272

7373
Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotlin-logging/releases/latest) or [bintray](https://dl.bintray.com/microutils/kotlin-logging/io/github/microutils/kotlin-logging/) or [maven-central](http://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).

0 commit comments

Comments
 (0)