mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
Clarify native dependency versions
This commit is contained in:
parent
f690e14a14
commit
48815649a8
@ -42,6 +42,7 @@ dependencies {
|
||||
api(libs.slf4j)
|
||||
runtimeOnly(libs.log4j) {
|
||||
exclude(group = "org.slf4j")
|
||||
because("Minecraft uses 2.8.1")
|
||||
}
|
||||
|
||||
// Other libraries
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user