Merge pull request #383 from BigBotNetwork/greg-dev

Hotfix
This commit is contained in:
Skidder 2020-02-20 21:21:11 +01:00 committed by GitHub
commit 16e1f5b9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,11 @@
<artifactId>lavaplayer</artifactId> <artifactId>lavaplayer</artifactId>
<version>1.3.34</version> <version>1.3.34</version>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.10.2</version>
</dependency>
</dependencies> </dependencies>
<build> <build>