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 +}