added mongodb, bumped versoin

This commit is contained in:
ham1255
2020-07-07 18:49:19 +04:00
parent aca7ec2a13
commit 3c461c6307
4 changed files with 52 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<groupId>net.limework.core</groupId>
<artifactId>LimeworkSpigotCore</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
@@ -112,5 +112,10 @@
<version>19.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.0.4</version>
</dependency>
</dependencies>
</project>