Merge pull request #517 from Neustradamus/slf4j

Add SLF4J 2.0+
This commit is contained in:
Florian Schmaus 2023-11-25 19:00:20 +00:00 committed by GitHub
commit 0469185b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ Connect your favourite slf4j backend of choice to get output inside of it"""
dependencies {
api project(':smack-core')
implementation 'org.slf4j:slf4j-api:[1.7,1.8)'
implementation 'org.slf4j:slf4j-api:[1.7,2.0)'
}