deps: ConfigLib now versioned without the v

This commit is contained in:
William 2024-03-16 19:55:21 +00:00
parent b118a8c134
commit 5b5e40e7f8
No known key found for this signature in database

View File

@ -47,7 +47,7 @@ dependencies {
implementation 'net.william278:DesertWell:2.0.4'
implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
implementation 'org.bstats:bstats-velocity:3.0.2'
implementation 'de.exlll:configlib-yaml:v4.5.0'
implementation 'de.exlll:configlib-yaml:4.5.0'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
}