diff --git a/build.gradle.kts b/build.gradle.kts index 8e23e92..ddaeedb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -103,7 +103,7 @@ tasks.jar.get().apply { } dependencies { - implementation("com.dorkbox:Updates:1.1") + api("com.dorkbox:Updates:1.1") // optionally using KRYO compileOnly("com.esotericsoftware:kryo:5.3.0")