Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent c513c25 commit 629fd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1")
}


2 changes: 1 addition & 1 deletion lobbyheads-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0")

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

0 comments on commit 629fd82

Please sign in to comment.