Skip to content

Commit

Permalink
Update dependencies for 1.20.5-6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboy9921 committed May 30, 2024
1 parent fcdb4f6 commit efeae6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>net.mattlabs.mauvelist</groupId>
<artifactId>MauveList</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>

<description>
Greylist plugin for deleting user data files/adding new members
Expand Down Expand Up @@ -54,9 +54,9 @@
<url>https://repo.spongepowered.org/maven</url>
</repository>
<!-- For Adventure -->
<repository> <!-- for development builds -->
<id>sonatype-oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<repository>
<id>sonatype-oss-snapshots1</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<!-- For DiscordSRV -->
<repository>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- For ACF -->
Expand All @@ -102,17 +102,17 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.2</version>
<version>4.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<!-- For DiscordSRV -->
<dependency>
Expand Down

0 comments on commit efeae6e

Please sign in to comment.