Skip to content

Commit

Permalink
fix: missed junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pank-su committed Nov 30, 2023
1 parent 576dd57 commit 6ba3879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exposed-java-time/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation(project(":exposed-dao"))
testImplementation(project(":exposed-tests"))
testImplementation(project(":exposed-json"))
testImplementation("junit", "junit", "4.12")
testImplementation(libs.junit)
testImplementation(kotlin("test-junit"))
}

Expand Down

0 comments on commit 6ba3879

Please sign in to comment.