Update to 1.18 and SongodaCore 2.6.9

This commit is contained in:
Fernando Pettinelli 2021-12-22 15:37:56 -03:00
parent 5e593ecc5c
commit be92386fe7
1 changed files with 2 additions and 2 deletions

View File

@ -100,13 +100,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17</version>
<version>1.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>LATEST</version>
<version>2.6.9</version>
<scope>compile</scope>
</dependency>
</dependencies>