Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Changes -> Now using paper dependency instead of spigot
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Jul 11, 2023
1 parent c57dd48 commit 0d2cd20
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,9 @@
<url>https://jitpack.io</url>
</repository>
<repository>
<id>paper</id>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -155,8 +151,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 0d2cd20

Please sign in to comment.