diff --git a/build.gradle.kts b/build.gradle.kts index 03c2bbb..e5b95a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ plugins { object Extras { // set for the project - const val description = "Byte manipulation and Unsigned Number Utilities" + const val description = "Byte manipulation and SHA/xxHash utilities" const val group = "com.dorkbox" const val version = "1.9" @@ -105,6 +105,7 @@ dependencies { compileOnly("io.netty:netty-buffer:4.1.93.Final") compileOnly("com.esotericsoftware:kryo:5.5.0") + compileOnly("org.lwjgl:lwjgl-xxhash:3.3.2") testImplementation("io.netty:netty-buffer:4.1.93.Final") testImplementation("com.esotericsoftware:kryo:5.5.0")