Update zStandard jni

This commit is contained in:
N0tMyFaultOG 2020-12-22 11:57:12 +01:00
parent bbc0ea0f35
commit 7236f1d6fa
No known key found for this signature in database
GPG Key ID: 823348042DA95A81

View File

@ -110,7 +110,7 @@ tasks.named<Copy>("processResources") {
}
tasks.named<ShadowJar>("shadowJar") {
dependencies {
include(dependency("com.github.luben:zstd-jni:1.4.3-1"))
include(dependency("com.github.luben:zstd-jni:1.4.8-1"))
}
}