Browse Source

updated version

MasterCake 4 years ago
parent
commit
af857a1553
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pom.xml

+ 6 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>xyz.spaceio</groupId>
 	<artifactId>CustomOreGen</artifactId>
-	<version>1.3.16-SNAPSHOT</version>
+	<version>1.3.17-SNAPSHOT</version>
 	<repositories>
 		<!-- Spigot repository -->
 		<repository>
@@ -134,6 +134,11 @@
 			<artifactId>Lands</artifactId>
 			<version>2.6.6.2-SNAPSHOT</version>
 		</dependency>
+		<dependency>
+			<groupId>com.songoda</groupId>
+			<artifactId>fabledskyblock</artifactId>
+			<version>78.2-SNAPSHOT</version>
+		</dependency>
 		<!-- Placeholder API -->
 		<dependency>
 			<groupId>me.clip</groupId>