Skip to content

Commit

Permalink
Bump packetevents dependency to 2.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaprince committed Jan 11, 2025
1 parent 953aca8 commit 8b8c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Compile Only dependencies: Neither shaded nor needed by API consumers (assumed they'll already add it themselves)
compileOnly("io.papermc.paper:paper-api:$paperApiVersion")
// Shade and Relocate: Shaded into plugin, exposed to API consumers with relocated names if necessary
implementation("com.github.retrooper:packetevents-spigot:2.7.0-SNAPSHOT")
implementation("com.github.retrooper:packetevents-spigot:2.7.1-SNAPSHOT")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("com.jeff-media:MorePersistentDataTypes:2.4.0")

Expand Down

0 comments on commit 8b8c1e5

Please sign in to comment.