Skip to content

Commit dceebe3

Browse files
committed
Bump ProtocolLib to 5.4.0
1 parent 13551f0 commit dceebe3

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<id>spigotmc-repo</id>
2121
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2222
</repository>
23-
<repository>
24-
<id>dmulloy2-repo</id>
25-
<url>https://repo.dmulloy2.net/content/groups/public/</url>
26-
</repository>
2723
</repositories>
2824

2925
<dependencies>
@@ -36,15 +32,14 @@
3632
<dependency>
3733
<groupId>net.dmulloy2</groupId>
3834
<artifactId>ProtocolLib</artifactId>
39-
<version>5.3.0</version>
35+
<version>5.4.0</version>
4036
<scope>provided</scope>
4137
</dependency>
4238
<dependency>
4339
<groupId>org.jetbrains</groupId>
4440
<artifactId>annotations</artifactId>
4541
<version>23.0.0</version>
46-
<!-- Annotations is only used during compilation. -->
47-
<scope>provided</scope>
42+
<scope>compile</scope>
4843
</dependency>
4944
</dependencies>
5045

0 commit comments

Comments
 (0)