Skip to content

Commit

Permalink
Fix ProtocolLib version and paper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 authored Dec 1, 2024
1 parent 4dd6b9a commit 9dee4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<!-- PaperSpigot API, PaperLib, datafixupper and bungeecord-chat -->
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>

<!-- ProtocolLib -->
Expand Down Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 9dee4e5

Please sign in to comment.