Skip to content

Update all dependencies (major) #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lobbyheads-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
api("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
api("org.jetbrains:annotations:24.1.0")
api("org.jetbrains:annotations:26.0.2")
}


4 changes: 2 additions & 2 deletions lobbyheads-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("net.kyori:adventure-text-minimessage:4.17.0")

// Rollczi's skullapi
implementation("dev.rollczi:liteskullapi:1.3.0")
implementation("dev.rollczi:liteskullapi:2.0.0")

// eternalcode commons
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.4")
Expand All @@ -36,7 +36,7 @@ dependencies {
compileOnly("com.mojang:authlib:5.0.47")

// HoloEasy based on top of the protocolib
implementation("com.github.unldenis:holoeasy:3.0.1")
implementation("com.github.unldenis:holoeasy:4.3.2")

// PlaceholderAPI, if anyone wants to parse placeholders in the head's name
compileOnly("me.clip:placeholderapi:2.11.6")
Expand Down
Loading