From 3ea5224825bf8309b1b7db6c8b341df1d940aee5 Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Tue, 8 Aug 2023 01:35:15 +0200 Subject: [PATCH] Remove test-junit dependency --- uhabits-core/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 26cece397..7646e42e0 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -57,7 +57,6 @@ kotlin { val jvmTest by getting { dependencies { implementation(kotlin("test")) - implementation(kotlin("test-junit")) implementation("org.xerial:sqlite-jdbc:3.40.0.0") implementation("org.hamcrest:hamcrest:2.2") implementation("org.apache.commons:commons-io:1.3.2")