Skip to content

Commit

Permalink
Update to PaperMC velocity nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Mar 3, 2022
1 parent 5e77657 commit a5613db
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<repositories>
<repository>
<id>velocity</id>
<url>https://nexus.velocitypowered.com/repository/maven-public</url>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>

Expand All @@ -54,15 +54,9 @@
<dependency>
<groupId>com.velocitypowered</groupId>
<artifactId>velocity-api</artifactId>
<version>3.1.0</version>
<version>3.1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-velocity</artifactId>
Expand Down

0 comments on commit a5613db

Please sign in to comment.