version 3.0.18

This commit is contained in:
Brianna 2020-05-29 11:08:18 -05:00
parent 6ea9ef906d
commit 00694f9c4e

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicFarming</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>3.0.17</version>
<version>3.0.18</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicFarming-${project.version}</finalName>
@ -102,5 +102,10 @@
<version>LATEST</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>skyblock</artifactId>
<version>2.2.13</version>
</dependency>
</dependencies>
</project>