From c41c09710d3ec05e9c54a9ad227d3013cb2a5e07 Mon Sep 17 00:00:00 2001 From: Taah Date: Sat, 2 Apr 2022 13:14:37 -0700 Subject: [PATCH] update gson to fix error with parsing arrays --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 473584e..f1a0ef7 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ dependencies { library "org.eclipse.jetty:jetty-server:11.0.8" library "org.eclipse.jetty:jetty-servlet:11.0.8" library "org.eclipse.jetty:jetty-proxy:11.0.8" + library "com.google.code.gson:gson:2.9.0" compileOnly "io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT" implementation "org.bstats:bstats-base:3.0.0" implementation "org.bstats:bstats-bukkit:3.0.0"