We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 966b2bf + 0b1221c commit 178eeadCopy full SHA for 178eead
1 file changed
digipin/build.gradle.kts
@@ -28,8 +28,8 @@ dependencies {
28
testImplementation(kotlin("test"))
29
30
// Use the JUnit 5 integration.
31
- testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
32
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
33
}
34
35
// Apply a specific Java toolchain to ease working on different environments.
0 commit comments