Fix packaging error on windows #4911

This commit is contained in:
Greymagic27 2023-07-30 20:37:02 +01:00
parent 24a57fab3d
commit 6ccd1380c8

View File

@ -369,7 +369,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version> <!-- At this time Spigot is including 29.0 Guava classes that we are using -->
<version>32.1.1-jre</version> <!-- At this time Spigot is including 29.0 Guava classes that we are using -->
<scope>compile</scope>
</dependency>
</dependencies>