Updates Core to v2.6.12

This commit is contained in:
Christian Koop 2022-03-18 21:35:27 +01:00
parent dd29b7b49b
commit 3575c508f8
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -116,6 +116,13 @@
</repositories>
<dependencies>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
@ -136,12 +143,5 @@
<version>79.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>