From e04520e9c5651fbd76aa8e7b7479ccfd29b4f8f9 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 1 May 2023 21:40:58 +0200 Subject: [PATCH] back to jitpack master-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0fa58a3..80a7665 100644 --- a/build.gradle +++ b/build.gradle @@ -25,11 +25,11 @@ dependencies { // "compileOnly" will not add as dependency. this is different to "compile". compileOnly 'com.google.code.findbugs:jsr305:3.0.1' //compileOnly 'de.inetsoftware:jwebassembly-api:+' - compileOnly 'com.github.i-net-software:jwebassembly-api:1500d4af1e' // jitpack snapshot currently not working 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' + compileOnly 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' testImplementation 'com.google.code.findbugs:jsr305:3.0.1' //testCompile 'de.inetsoftware:jwebassembly-api:+' - testImplementation 'com.github.i-net-software:jwebassembly-api:1500d4af1e' // jitpack snapshot currently not working 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' + testImplementation 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' testImplementation 'junit:junit:+' testImplementation 'org.mockito:mockito-core:4.+' testImplementation 'org.apache.commons:commons-compress:1.2'