From 1f5562ce54f800b82f1bcb7763404c68000cc782 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sun, 20 Aug 2023 12:30:22 +0200 Subject: [PATCH] updated deps --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8eacb79..8b6ba5e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,8 +82,8 @@ tasks.jar.get().apply { // is actually using that part of the library. If this happens, they will (or should) already be using the dependency) dependencies { api("com.dorkbox:Executor:3.11") - api("com.dorkbox:JNA:1.0") - api("com.dorkbox:OS:1.6") + api("com.dorkbox:JNA:1.4") + api("com.dorkbox:OS:1.8") api("com.dorkbox:Updates:1.1") val jnaVersion = "5.13.0"