We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de41cd commit 3f03f8eCopy full SHA for 3f03f8e
1 file changed
funnycommands/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2")
12
13
// Tests
14
- val junit = "5.11.0"
+ val junit = "6.0.0"
15
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
16
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
17
testImplementation("org.spigotmc:spigot-api:$spigotVersion")
0 commit comments