We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68818b commit 900c2fcCopy full SHA for 900c2fc
1 file changed
pom.xml
@@ -269,6 +269,11 @@
269
<id>jitpack.io</id>
270
<url>https://jitpack.io</url>
271
</repository>
272
+ <repository>
273
+ <!-- FoliaLib -->
274
+ <id>tcoded-releases</id>
275
+ <url>https://repo.tcoded.com/releases</url>
276
+ </repository>
277
</repositories>
278
279
<dependencies>
@@ -314,9 +319,9 @@
314
319
</exclusions>
315
320
</dependency>
316
321
<dependency>
317
- <groupId>com.github.technicallycoded</groupId>
322
+ <groupId>com.tcoded</groupId>
318
323
<artifactId>FoliaLib</artifactId>
- <version>main-SNAPSHOT</version>
324
+ <version>0.5.1</version>
325
<scope>compile</scope>
326
327
0 commit comments