From f363c354bafc6730e2d9982916ca99ca9c637cd5 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 14 Jan 2023 09:18:24 +0100 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7aedf2f..51ba765 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("org.ow2.asm:asm:9.4") implementation("org.ow2.asm:asm-tree:9.4") - implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT") + implementation("com.github.vidstige:jadb:v1.2.1") } gradlePlugin { @@ -56,4 +56,4 @@ publishing { mavenLocal() } } -} \ No newline at end of file +}