Skip to content

Commit

Permalink
I guess its gotta go up top.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 29, 2024
1 parent 12e5a55 commit a9f2712
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
</repositories>

<dependencies>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down Expand Up @@ -225,12 +231,6 @@
<version>22.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.21</artifactId>
Expand Down

0 comments on commit a9f2712

Please sign in to comment.