Changes the Spigot .jar to 1.18.2

This commit is contained in:
Kristian Knarvik 2022-04-28 13:27:07 +02:00
parent 3353916647
commit 0ce37de509

View File

@ -6,7 +6,7 @@
<groupId>net.knarcraft</groupId>
<artifactId>paidsigns</artifactId>
<version>0.6.0-ALPHA</version>
<version>0.6.1-ALPHA</version>
<packaging>jar</packaging>
<name>Paid Signs</name>
@ -73,7 +73,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>