We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a4702 commit 572f421Copy full SHA for 572f421
1 file changed
build.gradle.kts
@@ -32,9 +32,9 @@ dependencies {
32
implementation("io.javalin:javalin-rendering:6.6.0")
33
34
testImplementation("org.assertj:assertj-core:3.27.3")
35
- testImplementation(platform("org.junit:junit-bom:5.12.2"))
36
- testImplementation("org.junit.jupiter:junit-jupiter")
37
- testRuntimeOnly("org.junit.platform:junit-platform-launcher")
+ testImplementation(platform("org.junit:junit-bom:5.12.2"))
+ testImplementation("org.junit.jupiter:junit-jupiter")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
38
}
39
40
tasks.test {
0 commit comments