From 2275cd9993f707df97d8d90b53e90d53409090af Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 4 Dec 2025 12:37:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9C=AA=E4=BD=BF=E7=94=A8=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=95=B0=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0f403d4..32a0545 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,8 +13,6 @@ repositories { maven("https://repo.papermc.io/repository/maven-public/") } -val exposedVersion = "1.0.0-rc-3" - dependencies { compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT") compileOnly("org.jetbrains.kotlin:kotlin-stdlib")