From 6b87823ca18506a53dd8036fd3c6621857c7f0f5 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 14 Jan 2023 09:22:56 +0100 Subject: [PATCH] fix jadb --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 51ba765..e779af6 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.vidstige:jadb:v1.2.1") + implementation("com.github.vidstige:jadb:master-SNAPSHOT") } gradlePlugin {