Skip to content

Commit

Permalink
Remove test-junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Aug 7, 2023
1 parent 9f66a27 commit 3ea5224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uhabits-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3ea5224

Please sign in to comment.