Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Feb 23, 2021
1 parent c0a50a1 commit 2b5d901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For convenience:
```
jitpack at https://jitpack.io
org.slf4j:slf4j-api:1.7.30
com.github.Darkyenus:tproll:1.3.2
com.github.Darkyenus:tproll:1.4.0
```

## Use
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.darkyen</groupId>
<artifactId>tproll</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>

<name>tproll</name>
<description>A lightweight SLF4J backend.</description>
Expand All @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- When changing, update StaticLoggerBinder.REQUESTED_API_VERSION as well -->
<slf4j.version>1.7.30</slf4j.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
</properties>

<dependencies>
Expand All @@ -38,9 +38,9 @@

<!-- Integrations -->
<dependency>
<groupId>com.esotericsoftware.minlog</groupId>
<groupId>com.esotericsoftware</groupId>
<artifactId>minlog</artifactId>
<version>1.2</version>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 2b5d901

Please sign in to comment.