Skip to content

Commit

Permalink
Fix ProtocolLib version and paper URL (#1269)
Browse files Browse the repository at this point in the history
### Summary of your change

- Use new URL for papermc. The old one will breaked at the end of
december
- The used version of ProtocolLib is no longer available. I changed it
to new one.
  • Loading branch information
games647 authored Dec 2, 2024
2 parents 4dd6b9a + 9dee4e5 commit 927f09a
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 927f09a

Please sign in to comment.