We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe7b09 commit bc63eb0Copy full SHA for bc63eb0
plugin/build.gradle.kts
@@ -38,7 +38,7 @@ testing {
38
39
dependencies {
40
// Use newer version of JUnit Engine for Kotlin Test
41
- implementation("org.junit.jupiter:junit-jupiter-engine:5.14.1")
+ implementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
42
}
43
44
@@ -52,7 +52,7 @@ testing {
52
implementation(project())
53
54
55
56
57
58
targets {
0 commit comments