Skip to content

Commit 8171d5d

Browse files
committed
bump version to 4.0.0-beta-23
1 parent 975268b commit 8171d5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In short, if you just want to log statements to stdout, it's possible to add the
7676
<dependency>
7777
<groupId>io.github.oshai</groupId>
7878
<artifactId>kotlin-logging-jvm</artifactId>
79-
<version>4.0.0-beta-11</version>
79+
<version>4.0.0-beta-22</version>
8080
</dependency>
8181
```
8282
Or
@@ -91,7 +91,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/oshai/
9191

9292
### Gradle
9393
```Groovy
94-
implementation 'io.github.oshai:kotlin-logging-jvm:4.0.0-beta-11'
94+
implementation 'io.github.oshai:kotlin-logging-jvm:4.0.0-beta-22'
9595
```
9696
Or
9797
```Groovy

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
apply("versions.gradle.kts")
1818

1919
group = "io.github.oshai"
20-
version = "4.0.0-beta-22"
20+
version = "4.0.0-beta-23"
2121

2222
repositories {
2323
gradlePluginPortal()

0 commit comments

Comments
 (0)