Update pom.xml

This commit is contained in:
Greg TK 2018-10-01 20:12:33 +02:00 committed by GitHub
parent 5477ef4724
commit 1befacce75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>com.rethinkdb</groupId> <groupId>com.rethinkdb</groupId>
<artifactId>rethinkdb-driver</artifactId> <artifactId>rethinkdb-driver</artifactId>
<version>2.3.3</version> <version>LATEST</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.dv8tion</groupId> <groupId>net.dv8tion</groupId>
@ -43,4 +43,4 @@
<version>LATEST</version> <version>LATEST</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>