Skip to content

Commit ae96aa9

Browse files
authored
Update build.gradle.kts
1 parent ffa4cb7 commit ae96aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ repositories {
1515

1616
dependencies {
1717
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
18-
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.3,)")
1918
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.9.3,)")
19+
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.3,)")
2020
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2121
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
2222
}

0 commit comments

Comments
 (0)