We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200b988 commit 37ad83dCopy full SHA for 37ad83d
plugin/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation("com.fasterxml.jackson.core:jackson-annotations:2.20")
12
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
13
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
14
- implementation("org.yaml:snakeyaml:2.4")
+ implementation("org.yaml:snakeyaml:2.5")
15
implementation("io.papermc:paperlib:1.0.8")
16
implementation("org.apache.commons:commons-lang3:3.18.0")
17
0 commit comments