Skip to content

Commit

Permalink
Update Mockbukkit (and others while im there)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiraat committed Jun 25, 2022
1 parent d14e02c commit 52f8aae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<dependency>
<groupId>io.github.Slimefun</groupId>
<artifactId>Slimefun4</artifactId>
<version>RC-28</version>
<version>2c4f886</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>

Expand All @@ -58,21 +58,21 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.2</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.16</artifactId>
<version>1.5.0</version>
<artifactId>MockBukkit-v1.18</artifactId>
<version>2.26.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 52f8aae

Please # to comment.