Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjstrasser committed Jul 27, 2023
1 parent 7d2e920 commit 5a72881
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 @@ -14,7 +14,7 @@ and [using Klogging with Spring Boot via SLF4J](https://klogging.io/docs/java/sp
Specify this library as the dependency. Gradle:

```kotlin
implementation("io.klogging:slf4j-klogging:0.3.5")
implementation("io.klogging:slf4j-klogging:0.3.6")
```

Maven:
Expand All @@ -24,7 +24,7 @@ Maven:
<dependency>
<groupId>io.klogging</groupId>
<artifactId>slf4j-klogging</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 5a72881

Please sign in to comment.