Updated UpdateManager

This commit is contained in:
stijnb1234 2020-04-15 13:06:03 +02:00
parent a19275cecc
commit b367e4ea65

View file

@ -42,7 +42,7 @@
<!-- Shade JAR --> <!-- Shade JAR -->
<plugin> <plugin>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.2.2</version> <version>3.2.3</version>
<configuration> <configuration>
<relocations> <relocations>
<relocation> <relocation>
@ -169,7 +169,7 @@
<dependency> <dependency>
<groupId>nl.SBDevelopment</groupId> <groupId>nl.SBDevelopment</groupId>
<artifactId>SBUtilities</artifactId> <artifactId>SBUtilities</artifactId>
<version>1.7</version> <version>1.9</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>