Skip to content

Commit

Permalink
Updated: PacketEvents -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed May 8, 2024
1 parent 999081d commit 0c2f9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
dependencies {
implementation(project(":common"))
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("com.github.retrooper.packetevents:spigot:2.2.1")
compileOnly("com.github.retrooper.packetevents:spigot:2.3.0")
}

tasks {
Expand All @@ -17,7 +17,7 @@ tasks {
val javaVersion = 21

val requiredPlugins = runPaper.downloadPluginsSpec {
url("https://ci.codemc.io/job/retrooper/job/packetevents/lastBuild/artifact/spigot/build/libs/packetevents-spigot-2.2.1.jar")
url("https://ci.codemc.io/job/retrooper/job/packetevents/lastBuild/artifact/spigot/build/libs/packetevents-spigot-2.3.0.jar")
}

val jvmArgsExternal = listOf(
Expand Down

0 comments on commit 0c2f9b3

Please sign in to comment.