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

3
.gitignore vendored
View File

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

View File

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