Skip to content

Commit c01ced1

Browse files
authored
chore: bump FoliaLib version to 0.5.1
1 parent 96019b1 commit c01ced1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
<id>jitpack-repo</id>
7979
<url>https://jitpack.io</url>
8080
</repository>
81+
<repository>
82+
<id>tcoded-releases</id>
83+
<url>https://repo.tcoded.com/releases</url>
84+
</repository>
85+
8186
</repositories>
8287

8388
<dependencyManagement>
@@ -150,11 +155,11 @@
150155
<version>2.3.232</version>
151156
</dependency>
152157
<dependency>
153-
<groupId>com.github.technicallycoded</groupId>
154-
<artifactId>FoliaLib</artifactId>
155-
<version>0.4.3</version>
156-
<scope>compile</scope>
157-
</dependency>
158+
<groupId>com.tcoded</groupId>
159+
<artifactId>FoliaLib</artifactId>
160+
<version>0.5.1</version>
161+
<scope>compile</scope>
162+
</dependency>
158163
</dependencies>
159164
</dependencyManagement>
160165
</project>

0 commit comments

Comments
 (0)