[slf4j] Bump slf4j-api to 1.8.0-beta4 for Minecraft

This commit is contained in:
Johannes Frohnmeyer 2022-06-07 19:41:41 +02:00
parent 5447174c90
commit 626580af63
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
dependencies {
implementation "org.slf4j:slf4j-api:1.7.36"
implementation "org.slf4j:slf4j-api:1.8.0-beta4"
}
publishing {