move project to Java 21 and the 1.21 Paper API

This commit is contained in:
Jack
2024-07-23 23:04:32 -04:00
parent c4c5ca7558
commit d2796f7992
10 changed files with 28 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
package io.github.jack1424.realtimeweather.requests;
package io.github.jack1424.realTimeWeather.requests;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;