Skip to content

Commit

Permalink
Update spigot dependency in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion authored Apr 26, 2021
1 parent 20574ac commit 8894e38
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -29,11 +36,10 @@
<scope>compile</scope>
</dependency>

<!-- Bukkit -->
<dependency>
<groupId>org.github.paperspigot</groupId>
<artifactId>paperspigot</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -83,4 +89,4 @@
</build>


</project>
</project>

0 comments on commit 8894e38

Please sign in to comment.