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.