From 89cbc9b8be43b5c8ae68622e2cf587e6e0305c21 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 22 Dec 2023 20:37:28 +0100 Subject: [PATCH] Added Spigot 1.20.4 support --- .github/dependabot.yml | 2 +- .idea/misc.xml | 2 +- pom.xml | 4 +- .../mapreflectionapi/api/MapWrapper.java | 58 +++++++++---------- .../utils/ReflectionUtils.java | 15 +++-- 5 files changed, 42 insertions(+), 39 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4cd657..4cae9d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 863f295..f0021fd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -31,7 +31,7 @@