From e876f2ca68aa5c473a6f46743d5960dcc2115d7c Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 12:53:26 +0200 Subject: [PATCH] Fixed JSON parsing error --- latest.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/latest.json b/latest.json index 3e11c5c..ccfe7f8 100644 --- a/latest.json +++ b/latest.json @@ -3,16 +3,28 @@ "dependencies":[ { "317-api-minified":[ - {"groupId": "org.parabot"}, - {"artifactId": "317-api-minified"}, - {"version": "1.1"} + { + "groupId":"org.parabot" + }, + { + "artifactId":"317-api-minified" + }, + { + "version":"1.1" + } ] }, { "client":[ - {"groupId": "org.parabot"}, - {"artifactId": "client}, - {"version": "2.2"} + { + "groupId":"org.parabot" + }, + { + "artifactId":"client" + }, + { + "version":"2.2" + } ] } ]