We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3969570 commit 53ab12bCopy full SHA for 53ab12b
1 file changed
build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
38
implementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
39
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
40
- runtimeOnly("'org.junit.vintage:junit-vintage-engine:5.6.2")
+ runtimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2")
41
compileOnly("junit:junit:4.13")
42
}
43
0 commit comments