We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96019b1 commit c01ced1Copy full SHA for c01ced1
pom.xml
@@ -78,6 +78,11 @@
78
<id>jitpack-repo</id>
79
<url>https://jitpack.io</url>
80
</repository>
81
+ <repository>
82
+ <id>tcoded-releases</id>
83
+ <url>https://repo.tcoded.com/releases</url>
84
+ </repository>
85
+
86
</repositories>
87
88
<dependencyManagement>
@@ -150,11 +155,11 @@
150
155
<version>2.3.232</version>
151
156
</dependency>
152
157
<dependency>
153
- <groupId>com.github.technicallycoded</groupId>
154
- <artifactId>FoliaLib</artifactId>
- <version>0.4.3</version>
- <scope>compile</scope>
- </dependency>
158
+ <groupId>com.tcoded</groupId>
159
+ <artifactId>FoliaLib</artifactId>
160
+ <version>0.5.1</version>
161
+ <scope>compile</scope>
162
+ </dependency>
163
</dependencies>
164
</dependencyManagement>
165
</project>
0 commit comments