Skip to content

Commit

Permalink
Bump packetevents
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed May 30, 2024
1 parent 9be1688 commit aa6d7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ repositories {
maven("https://repo.opencollab.dev/maven-snapshots/") // Floodgate
maven("https://repo.opencollab.dev/maven-releases/") // Cumulus (for Floodgate)
maven("https://repo.codemc.io/repository/maven-releases/") // PacketEvents
maven("https://repo.codemc.io/repository/maven-snapshots/")
mavenCentral()
// FastUtil, Discord-Webhooks
}

dependencies {
implementation("com.github.retrooper.packetevents:spigot:2.3.0")
implementation("com.github.retrooper.packetevents:spigot:2.3.1-SNAPSHOT")
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
implementation("club.minnced:discord-webhooks:0.8.0") // Newer versions include kotlin-stdlib, which leads to incompatibility with plugins that use Kotlin
implementation("it.unimi.dsi:fastutil:8.5.13")
Expand Down

0 comments on commit aa6d7c2

Please sign in to comment.