There was an error while loading. Please reload this page.
1 parent a286d9c commit 540c417Copy full SHA for 540c417
1 file changed
build.gradle.kts
@@ -51,9 +51,9 @@ dependencies {
51
implementation("com.intellectualsites.paster:Paster")
52
53
// Testing
54
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
55
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
56
- testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")
+ testImplementation("org.junit.platform:junit-platform-launcher:6.1.3")
57
}
58
59
tasks.test {
0 commit comments