Version 3.2.0

This commit is contained in:
Fernando Pettinelli 2021-12-22 01:33:27 -03:00
parent 6a996f9ae8
commit 6b42f6b0c4

View File

@ -6,7 +6,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicFarming</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
<build>
<defaultGoal>clean install</defaultGoal>
@ -117,20 +117,21 @@
<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>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>skyblock</artifactId>
<version>2.2.13</version>
<version>2.3.30</version>
</dependency>
</dependencies>
</project>