mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 07:34:48 +01:00
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>
This commit is contained in:
parent
108b422d52
commit
cb686ee704
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue