Updates dependencies
Some checks failed
KnarCraft/PlaceholderSigns/pipeline/head There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2024-05-08 21:48:50 +02:00
parent 5ee861e10a
commit 72beb28a5a

12
pom.xml
View File

@ -62,12 +62,6 @@
<include>org/jetbrains/annotations/**</include>
</includes>
</filter>
<filter>
<excludes>
<exclude>*.MF</exclude>
<exclude>*.yml</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
@ -116,14 +110,14 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
@ -134,7 +128,7 @@
<dependency>
<groupId>net.knarcraft</groupId>
<artifactId>knarlib</artifactId>
<version>1.2.5</version>
<version>1.2.7</version>
<scope>compile</scope>
</dependency>
</dependencies>