Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 44241a1

Browse files
committed
2.9.6.1
- Started using jitpack for PK dependency
1 parent 1cde8df commit 44241a1

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<id>spigot-repo</id>
1414
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
1515
</repository>
16+
<repository>
17+
<id>jitpack.io</id>
18+
<url>https://jitpack.io</url>
19+
</repository>
1620
</repositories>
1721

1822
<dependencies>
@@ -25,10 +29,9 @@
2529
</dependency>
2630
<!-- ProjectKorra -->
2731
<dependency>
28-
<groupId>com.projectkorra</groupId>
29-
<artifactId>projectkorra</artifactId>
30-
<version>1.9.3</version>
31-
<scope>provided</scope>
32+
<groupId>com.github.ProjectKorra</groupId>
33+
<artifactId>ProjectKorra</artifactId>
34+
<version>v1.9.3</version>
3235
</dependency>
3336
</dependencies>
3437

0 commit comments

Comments
 (0)