Skip to content

Commit a7762cd

Browse files
committed
Added FoliaLib to the dependencies
1 parent 1781a99 commit a7762cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@
245245
<id>placeholderapi</id>
246246
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
247247
</repository>
248+
<repository>
249+
<id>devmart-other</id>
250+
<url>https://nexuslite.gcnt.net/repos/other/</url>
251+
</repository>
248252
<!-- ... -->
249253
<!-- ... -->
250254
</repositories>
@@ -372,5 +376,11 @@
372376
<version>32.0.0-jre</version> <!-- At this time Spigot is including 29.0 Guava classes that we are using -->
373377
<scope>compile</scope>
374378
</dependency>
379+
<dependency>
380+
<groupId>com.tcoded</groupId>
381+
<artifactId>FoliaLib</artifactId>
382+
<version>0.2.0</version>
383+
<scope>compile</scope>
384+
</dependency>
375385
</dependencies>
376386
</project>

0 commit comments

Comments
 (0)