From e6560653d9b0b27fda7cc1b4f35f5c3f132675b2 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Fri, 3 May 2024 01:18:43 +0200 Subject: [PATCH] Testing dependencies --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c8a22dc..807df65 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ repositories { dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") - // testImplementation("org.skyscreamer:jsonassert:1.5.0") // For JSON assertions in tests. - // testImplementation("com.mashape.unirest:unirest-java:1.4.9") // For HTTP requests in tests. + testImplementation("org.skyscreamer:jsonassert:1.5.0") // For JSON assertions in tests. + testImplementation("com.mashape.unirest:unirest-java:1.4.9") // For HTTP requests in tests. testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2") // implementation("com.google.guava:guava:33.1.0-jre") // Currently not used.