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 c513c25 commit 86614f1Copy full SHA for 86614f1
lobbyheads-api/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
dependencies {
8
api("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
9
- api("org.jetbrains:annotations:24.1.0")
+ api("org.jetbrains:annotations:25.0.0")
10
}
11
12
lobbyheads-core/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
compileOnly("com.mojang:authlib:5.0.47")
37
38
// HoloEasy based on top of the protocolib
39
- implementation("com.github.unldenis:holoeasy:3.0.1")
+ implementation("com.github.unldenis:holoeasy:4.1.0")
40
41
// PlaceholderAPI, if anyone wants to parse placeholders in the head's name
42
compileOnly("me.clip:placeholderapi:2.11.6")
0 commit comments