Clarify native dependency versions

This commit is contained in:
NotMyFault 2021-05-07 22:12:14 +02:00
parent f690e14a14
commit 48815649a8
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ dependencies {
api(libs.slf4j)
runtimeOnly(libs.log4j) {
exclude(group = "org.slf4j")
because("Minecraft uses 2.8.1")
}
// Other libraries

View File

@ -1,5 +1,5 @@
[versions]
checker-qual = "3.12.0"
checker-qual = "3.13.0"
guava = "21.0"
gson = "2.8.0"
@ -20,7 +20,7 @@ luckperms = "5.3"
essentialsx = "2.18.2"
hyperverse = "0.6.0-SNAPSHOT"
slf4j-api = "1.7.25"
slf4j-api = "1.7.30"
log4j-slf4j-impl = "2.8.1"
prtree = "1.7.0-SNAPSHOT"