Skip to content

Commit 900c2fc

Browse files
committed
chore: bump FoliaLib to 0.5.1
1 parent e68818b commit 900c2fc

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@
269269
<id>jitpack.io</id>
270270
<url>https://jitpack.io</url>
271271
</repository>
272+
<repository>
273+
<!-- FoliaLib -->
274+
<id>tcoded-releases</id>
275+
<url>https://repo.tcoded.com/releases</url>
276+
</repository>
272277
</repositories>
273278

274279
<dependencies>
@@ -314,9 +319,9 @@
314319
</exclusions>
315320
</dependency>
316321
<dependency>
317-
<groupId>com.github.technicallycoded</groupId>
322+
<groupId>com.tcoded</groupId>
318323
<artifactId>FoliaLib</artifactId>
319-
<version>main-SNAPSHOT</version>
324+
<version>0.5.1</version>
320325
<scope>compile</scope>
321326
</dependency>
322327
<dependency>

0 commit comments

Comments
 (0)