Procházet zdrojové kódy

Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO

nossr50 před 2 roky
rodič
revize
0b1b753d4c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

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