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 aa2084e commit 5fec37aCopy full SHA for 5fec37a
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.13.1"))
+ implementation(platform("org.junit:junit-bom:5.13.2"))
30
testImplementation("org.junit.jupiter:junit-jupiter-api")
31
testImplementation("org.junit.jupiter:junit-jupiter-params")
32
}
0 commit comments