13
0
geforkt von Mirrors/Paper

Bump json-simple to 1.1.1. This small change adds an additional constructor to JsonObject for those who choose to use it.

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2014-12-19 09:01:47 +11:00
Ursprung 108b422d52
Commit cb686ee704

Datei anzeigen

@ -87,7 +87,7 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>