From 411553164ed480f6878199d3d2077347688d89c4 Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 3 Mar 2022 00:07:30 +0100 Subject: [PATCH] Changed to API, so that dependent projects don't have to explicitly define required dependencies --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")