Update language distribution

This commit is contained in:
Madeline Miller 2024-03-31 20:49:44 +10:00
parent 0607cd8145
commit 9bc2ede25c
No known key found for this signature in database
GPG Key ID: B8EA2E5693115D81

View File

@ -72,7 +72,7 @@ dependencies {
"compileOnly"("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
"annotationProcessor"("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
"languageFiles"("${project.group}:worldedit-lang:7.2.19:1202@zip")
"languageFiles"("${project.group}:worldedit-lang:7.3.1:1309@zip")
"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:${Versions.LOG4J}")
}