Updated logging library to 1.1.1.

This commit is contained in:
Jeremy Wood 2019-01-29 23:54:58 -05:00
parent 606a3fa3ce
commit 9b88d1d491
1 changed files with 1 additions and 7 deletions

View File

@ -359,15 +359,9 @@
<dependency>
<groupId>com.dumptruckman.minecraft</groupId>
<artifactId>Logging</artifactId>
<version>1.0.9</version>
<version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- End of Logging Dependency -->
<!-- Start of JSON dependency -->