Skip to content

Commit 9fa3556

Browse files
Cambiar Lib
1 parent 123d335 commit 9fa3556

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616
<repositories>
17-
<repository>
18-
<id>repo-lanink-cn</id>
19-
<url>https://repo.lanink.cn/repository/maven-public/</url>
20-
</repository>
17+
<repositories>
18+
<repository>
19+
<id>jitpack.io</id>
20+
<url>https://jitpack.io</url>
21+
</repository>
22+
</repositories>
2123
</repositories>
2224

2325
<dependencies>
2426
<dependency>
25-
<groupId>cn.nukkit</groupId>
26-
<artifactId>Nukkit</artifactId>
27-
<version>MOT-SNAPSHOT</version>
27+
<groupId>com.github.MemoriesOfTime</groupId>
28+
<artifactId>Nukkit-MOT</artifactId>
29+
<version>2fb711bf37ddb8dcd3b7c8fa5cf0a8ca60bcdd08</version>
2830
<scope>provided</scope>
2931
</dependency>
3032
</dependencies>

0 commit comments

Comments
 (0)