We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7857de5 commit 6270aa2Copy full SHA for 6270aa2
04-junit/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
11
dependencies {
12
implementation("org.scala-lang:scala3-library_3:3.6.3")
13
- val junitVersion = "5.11.4"
+ val junitVersion = "5.12.0"
14
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
15
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
16
}
0 commit comments