From 11c8d4015fd70c723163edf1c7f0fd76ee5aa477 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 5 Oct 2023 19:03:41 +0200 Subject: [PATCH] update to 1.20.2 --- .idea/misc.xml | 1 - build.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index fe0b0da..f937d01 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/build.gradle b/build.gradle index 1731b9e..8ce1937 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { } dependencies { - compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") implementation 'org.jetbrains:annotations:23.0.0' implementation files('API/json.jar') }