update spigot ver

This commit is contained in:
2025-04-01 15:32:45 +02:00
parent cbbf3ccc2d
commit 10c906b44d
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
# Project exclude paths
/target/
/.idea/

View File

@@ -6,7 +6,7 @@
<groupId>com.github.judgetread</groupId>
<artifactId>GriefPreventionQuickShopBridge</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<licenses>
<license>
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<version>1.21.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>