Skip to content

Commit 9132794

Browse files
authored
Update README.md
1 parent 4770971 commit 9132794

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ An `Android` example project with kotlin logging can be found in [kotlin-logging
5757
<dependency>
5858
<groupId>io.github.microutils</groupId>
5959
<artifactId>kotlin-logging</artifactId>
60-
<version>1.6.22</version>
60+
<version>1.6.24</version>
6161
</dependency>
6262
```
6363
See full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
6464

6565
### Gradle
6666
```Groovy
67-
compile 'io.github.microutils:kotlin-logging:1.6.22'
67+
compile 'io.github.microutils:kotlin-logging:1.6.24'
6868
```
6969

7070
Or alternatively, download 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/).
@@ -136,6 +136,7 @@ It is possible to configure Intellij live template. For file level logger config
136136
- ravikumar-n
137137
- Dario Seidl
138138
- b14ckyfox
139+
- robertfmurdock
139140

140141
See also here: https://github.com/MicroUtils/kotlin-logging/graphs/contributors
141142

0 commit comments

Comments
 (0)