Skip to content

Commit

Permalink
Update MockBukkit to fix Paper 1.21 api update
Browse files Browse the repository at this point in the history
  • Loading branch information
willkroboth committed Oct 22, 2024
1 parent 498d8e6 commit 5d58bda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.21</artifactId>
<version>3.128.0</version>
<version>3.133.2</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion examples/bukkit/automated-tests-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.21</artifactId>
<version>3.128.0</version>
<version>3.133.2</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion examples/bukkit/automated-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.21</artifactId>
<version>3.128.0</version>
<version>3.133.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5d58bda

Please sign in to comment.