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 a2e33a9 commit 3612e30Copy full SHA for 3612e30
2 files changed
bukkit/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
dependencies {
6
implementation("net.pistonmaster:PistonUtils:1.4.0")
7
implementation("org.bstats:bstats-bukkit:3.1.0")
8
- implementation("de.exlll:configlib-yaml:4.8.0")
+ implementation("de.exlll:configlib-yaml:4.8.1")
9
10
compileOnly("net.dmulloy2:ProtocolLib:5.4.0")
11
compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
shared/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
- api("de.exlll:configlib-yaml:4.8.0")
+ api("de.exlll:configlib-yaml:4.8.1")
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
compileOnly("org.apiguardian:apiguardian-api:1.1.2")
api("com.github.spotbugs:spotbugs-annotations:4.9.8")
0 commit comments