Skip to content

Commit

Permalink
Use working dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLMayes committed Nov 10, 2023
1 parent f8c7fbc commit 218ea68
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@
<url>http://repo.dmulloy2.net/content/groups/public/</url>
</repository>
<repository>
<id>sk89q</id>
<url>http://maven.sk89q.com/repo/</url>
<id>via</id>
<url>https://repo.viaversion.com/everything</url>
</repository>
<repository>
<id>enginehub</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>md5</id>
Expand Down Expand Up @@ -106,17 +110,17 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>6.1.4-SNAPSHOT</version>
<version>6.0.1</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>6.1.5</version>
<version>6.0.1</version>
</dependency>
<dependency>
<groupId>us.myles</groupId>
<artifactId>viaversion</artifactId>
<version>1.3.0</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
Expand Down

0 comments on commit 218ea68

Please sign in to comment.