Skip to content

Commit

Permalink
release: version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukancagatay committed Nov 28, 2024
1 parent 6ae9075 commit 4d28811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ If you are using Maven, simply add the following in your `pom.xml`
<dependency>
<groupId>com.dgkncgty</groupId>
<artifactId>logback-journal</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

If you are using Gradle, add this to your `build.gradle`
```groovy
implementation 'com.dgkncgty:logback-journal:0.4.0'
implementation 'com.dgkncgty:logback-journal:0.5.0'
```

if you are using sbt, add this to your `build.sbt`
```scala
libraryDependencies += "com.dgkncgty" % "logback-journal" % "0.4.0"
libraryDependencies += "com.dgkncgty" % "logback-journal" % "0.5.0"
```

You also need the systemd journal library installed on your system to log to it.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dgkncgty</groupId>
<artifactId>logback-journal</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>logback-journal</name>
Expand Down

0 comments on commit 4d28811

Please sign in to comment.