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 4404082 commit 36141fbCopy full SHA for 36141fb
1 file changed
build.gradle.kts
@@ -23,11 +23,11 @@ repositories {
23
24
dependencies {
25
compileOnly("org.jspecify:jspecify:1.0.0")
26
- compileOnlyApi("net.kyori:adventure-text-logger-slf4j:4.27.0-SNAPSHOT")
+ compileOnlyApi("net.kyori:adventure-text-logger-slf4j:5.2.1-SNAPSHOT")
27
compileOnlyApi("net.kyori:adventure-text-minimessage:4.27.0-SNAPSHOT")
28
29
testCompileOnly("org.jspecify:jspecify:1.0.0")
30
- testImplementation("net.kyori:adventure-text-logger-slf4j:4.27.0-SNAPSHOT")
+ testImplementation("net.kyori:adventure-text-logger-slf4j:5.2.1-SNAPSHOT")
31
testImplementation("net.kyori:adventure-text-minimessage:4.27.0-SNAPSHOT")
32
testImplementation("org.junit.jupiter:junit-jupiter")
33
testImplementation("org.slf4j:slf4j-simple:2.1.0-alpha1")
0 commit comments