We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa4cb7 commit ae96aa9Copy full SHA for ae96aa9
build.gradle.kts
@@ -15,8 +15,8 @@ repositories {
15
16
dependencies {
17
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
18
- testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.3,)")
19
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.9.3,)")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.3,)")
20
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
21
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
22
}
0 commit comments