Skip to content

Commit

Permalink
2.9.6.1
Browse files Browse the repository at this point in the history
- Started using jitpack for PK dependency
  • Loading branch information
Aztlon committed May 1, 2022
1 parent 1cde8df commit 44241a1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -25,10 +29,9 @@
</dependency>
<!-- ProjectKorra -->
<dependency>
<groupId>com.projectkorra</groupId>
<artifactId>projectkorra</artifactId>
<version>1.9.3</version>
<scope>provided</scope>
<groupId>com.github.ProjectKorra</groupId>
<artifactId>ProjectKorra</artifactId>
<version>v1.9.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 44241a1

Please sign in to comment.