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 014f0fb commit f6a092bCopy full SHA for f6a092b
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
testImplementation("org.scalatest:scalatest_3:3.2.19")
27
testRuntimeOnly("org.scalatestplus:junit-5-10_3:3.2.19.1")
28
29
- implementation(platform("org.junit:junit-bom:5.12.1"))
+ implementation(platform("org.junit:junit-bom:5.12.2"))
30
testImplementation("org.junit.jupiter:junit-jupiter-api")
31
testImplementation("org.junit.jupiter:junit-jupiter-params")
32
}
0 commit comments