This commit is contained in:
Indyuce 2022-01-21 23:38:19 +01:00
parent f68ae70690
commit f9607c6a4a

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.Indyuce</groupId>
<artifactId>MMOCore</artifactId>
<version>1.9</version>
<version>1.9-SNAPSHOT</version>
<name>MMOCore</name>
<description>Offer your players a brand new RPG experience!!</description>
@ -47,6 +47,7 @@
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
@ -139,7 +140,7 @@
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.3-R17</version>
<version>1.3-R20-SNAPSHOT</version>
<scope>provided</scope>
</dependency>