1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-25 05:22:06 +01:00

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

View file

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