Skip to content

Commit c86f0a8

Browse files
committed
Fix folialib dependency url changed
1 parent dd282c1 commit c86f0a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<enabled>true</enabled>
4848
</snapshots>
4949
</repository>
50+
<repository>
51+
<id>tcoded-releases</id>
52+
<url>https://repo.tcoded.com/releases</url>
53+
</repository>
5054
</repositories>
5155
<dependencies>
5256
<dependency>
@@ -68,10 +72,9 @@
6872
<scope>provided</scope>
6973
</dependency>
7074
<dependency>
71-
<groupId>com.github.technicallycoded</groupId>
75+
<groupId>com.tcoded</groupId>
7276
<artifactId>FoliaLib</artifactId>
73-
<!--suppress MavenModelInspection -->
74-
<version>main-SNAPSHOT</version>
77+
<version>0.5.1</version>
7578
<scope>compile</scope>
7679
</dependency>
7780
<dependency>

0 commit comments

Comments
 (0)