Skip to content

Commit

Permalink
MockBukkitPaper
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Oct 17, 2021
1 parent c73491a commit 3639bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tradingcards-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.17</artifactId>
<version>1.10.1</version>
<groupId>com.github.sarhatabaot</groupId>
<artifactId>MockBukkitPaper</artifactId>
<version>8a39cb9aca</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import net.tinetwork.tradingcards.api.card.Card;
import net.tinetwork.tradingcards.tradingcardsplugin.utils.CardUtil;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.inventory.ItemFlag;
import org.bukkit.inventory.ItemStack;
Expand Down

0 comments on commit 3639bbd

Please sign in to comment.