Add SLF4J 2.0+

http://www.slf4j.org/news.html
This commit is contained in:
Neustradamus 2022-02-17 06:14:44 +01:00 committed by Neustradammus
parent cd70e7aa5a
commit 3b8ebb24c7
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)'
}