Skip to content

Commit f6eb116

Browse files
1.7.4 - Update for 1.21.6
1 parent 6c1e4a7 commit f6eb116

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.nuclyon.technicallycoded.inventoryrollback</groupId>
77
<artifactId>InventoryRollbackPlus</artifactId>
8-
<version>1.7.3</version>
8+
<version>1.7.4</version>
99
<packaging>jar</packaging>
1010
<name>InventoryRollbackPlus</name>
1111
<url>https://github.com/TechnicallyCoded/Inventory-Rollback-Plus/</url>
@@ -41,6 +41,10 @@
4141
<id>jitpack</id>
4242
<url>https://jitpack.io</url>
4343
</repository>
44+
<repository>
45+
<id>tcoded-releases</id>
46+
<url>https://repo.tcoded.com/releases/</url>
47+
</repository>
4448
</repositories>
4549

4650
<dependencies>
@@ -95,9 +99,9 @@
9599
<scope>compile</scope>
96100
</dependency>
97101
<dependency>
98-
<groupId>com.github.lightlibs</groupId>
102+
<groupId>com.tcoded.lightlibs</groupId>
99103
<artifactId>BukkitVersion</artifactId>
100-
<version>0.0.11</version>
104+
<version>0.0.12</version>
101105
<scope>compile</scope>
102106
</dependency>
103107
<dependency>

0 commit comments

Comments
 (0)