Skip to content

Commit 218ea68

Browse files
committed
Use working dependencies
1 parent f8c7fbc commit 218ea68

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@
3232
<url>http://repo.dmulloy2.net/content/groups/public/</url>
3333
</repository>
3434
<repository>
35-
<id>sk89q</id>
36-
<url>http://maven.sk89q.com/repo/</url>
35+
<id>via</id>
36+
<url>https://repo.viaversion.com/everything</url>
37+
</repository>
38+
<repository>
39+
<id>enginehub</id>
40+
<url>https://maven.enginehub.org/repo/</url>
3741
</repository>
3842
<repository>
3943
<id>md5</id>
@@ -106,17 +110,17 @@
106110
<dependency>
107111
<groupId>com.sk89q.worldedit</groupId>
108112
<artifactId>worldedit-core</artifactId>
109-
<version>6.1.4-SNAPSHOT</version>
113+
<version>6.0.1</version>
110114
</dependency>
111115
<dependency>
112116
<groupId>com.sk89q.worldedit</groupId>
113117
<artifactId>worldedit-bukkit</artifactId>
114-
<version>6.1.5</version>
118+
<version>6.0.1</version>
115119
</dependency>
116120
<dependency>
117121
<groupId>us.myles</groupId>
118122
<artifactId>viaversion</artifactId>
119-
<version>1.3.0</version>
123+
<version>1.5.2</version>
120124
</dependency>
121125
<dependency>
122126
<groupId>com.sk89q</groupId>

0 commit comments

Comments
 (0)