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 6a28acf commit 60863e0Copy full SHA for 60863e0
build.gradle.kts
@@ -20,8 +20,10 @@ dependencies {
20
implementation("org.komapper:komapper-starter-jdbc")
21
implementation("org.komapper:komapper-dialect-h2-jdbc")
22
ksp("org.komapper:komapper-processor")
23
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
24
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
25
+ testImplementation("org.junit.jupiter:junit-jupiter-api")
26
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
27
}
28
29
repositories {
0 commit comments