Skip to content

Commit c82baec

Browse files
committed
Update packetevents
1 parent b82bbc4 commit c82baec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.maximde'
8-
version = '1.5.3'
8+
version = '1.5.4'
99

1010
tasks.withType(JavaCompile).configureEach {
1111
options.release = 17
@@ -17,7 +17,8 @@ repositories {
1717
name = "spigotmc-repo"
1818
url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
1919
}
20-
maven { url 'https://repo.codemc.io/repository/maven-releases/' }
20+
maven { url = uri("https://repo.codemc.io/repository/maven-releases/") }
21+
2122
maven { url "https://jitpack.io" }
2223
}
2324

@@ -26,7 +27,7 @@ dependencies {
2627
annotationProcessor 'org.projectlombok:lombok:1.18.30'
2728

2829
compileOnly ("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
29-
compileOnly 'com.github.retrooper.packetevents:api:2.2.1'
30+
compileOnly("com.github.retrooper:packetevents-spigot:2.6.0")
3031
implementation "net.kyori:adventure-text-minimessage:4.17.0"
3132
compileOnly 'com.github.LoneDev6:API-ItemsAdder:3.6.1'
3233
}

0 commit comments

Comments
 (0)