Skip to content

Commit

Permalink
update plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steve4744 committed Nov 23, 2024
1 parent 027900c commit 713edb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.3.2-SNAPSHOT</version>
<version>7.3.9-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- HeadsPlus -->
<dependency>
<groupId>io.github.thatsmusic99</groupId>
<artifactId>headsplus</artifactId>
<version>7.1.2</version>
<version>7.1.5</version>
<scope>provided</scope>
</dependency>
<!-- mcMMO -->
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.012</version>
<version>2.2.028</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -126,7 +126,7 @@
<dependency>
<groupId>com.alessiodp.parties</groupId>
<artifactId>parties-api</artifactId>
<version>3.2.13</version>
<version>3.2.16</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
Expand Down

0 comments on commit 713edb1

Please sign in to comment.