Merge branch 'development'

This commit is contained in:
Christian Koop 2021-12-09 05:49:29 +01:00
commit 73d2059c1c
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicVouchers</artifactId>
<version>2.1.22a2</version>
<version>2.2.0</version>
<name>EpicVouchers</name>
<description>Enhance your server with awesome customizable vouchers with a lot of features.</description>
@ -106,15 +106,15 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17</version>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>LATEST</version>
<version>2.6.3</version>
<scope>compile</scope>
</dependency>