Skip to content

Commit

Permalink
Fix and update mockbukkit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Oct 25, 2024
1 parent 2f27a30 commit c923daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@
</dependency>
<!-- This needs to be before Spigot because MockBukkit will fail otherwise. -->
<dependency>
<groupId>com.github.MockBukkit</groupId>
<artifactId>MockBukkit</artifactId>
<version>v3.130.2</version>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.21</artifactId>
<version>3.133.2</version>
<scope>test</scope>

<exclusions>
Expand Down

0 comments on commit c923daf

Please sign in to comment.