Skip to content

Commit eaec076

Browse files
committed
update craftitem
1 parent a3fd4ed commit eaec076

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<java.version>1.8</java.version>
1818
<core.version>4.5.7</core.version>
1919
<minelib.version>1.2.3</minelib.version>
20+
<crftitem.version>1.3.0</crftitem.version>
2021
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2122
</properties>
2223

@@ -340,7 +341,12 @@
340341
<dependency>
341342
<groupId>io.github.projectunified</groupId>
342343
<artifactId>craftitem-nbt</artifactId>
343-
<version>1.1.0</version>
344+
<version>${crftitem.version}</version>
345+
</dependency>
346+
<dependency>
347+
<groupId>io.github.projectunified</groupId>
348+
<artifactId>craftitem-spigot-skull-handler</artifactId>
349+
<version>${crftitem.version}</version>
344350
</dependency>
345351

346352
<!-- Annotations -->

0 commit comments

Comments
 (0)