We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019e9fc commit 1ee0406Copy full SHA for 1ee0406
1 file changed
build.gradle.kts
@@ -15,14 +15,14 @@ repositories {
15
}
16
17
dependencies {
18
- annotationProcessor("org.jetbrains:annotations:26.0.1")
+ annotationProcessor("org.jetbrains:annotations:26.0.2-1")
19
compileOnly("net.kyori:adventure-api:4.25.0")
20
compileOnly("net.kyori:adventure-text-minimessage:4.25.0")
21
compileOnly("net.kyori:adventure-text-serializer-plain:4.25.0")
22
testImplementation("net.kyori:adventure-api:4.25.0")
23
testImplementation("net.kyori:adventure-text-minimessage:4.25.0")
24
testImplementation("net.kyori:adventure-text-serializer-plain:4.25.0")
25
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
26
testImplementation("org.junit.platform:junit-platform-launcher")
27
28
0 commit comments