aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-05-23 20:28:08 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-05-23 20:28:08 +0700
commit5da5f6efd284076b65d1811f13e1b4825c34d2db (patch)
tree724a0a907069742ed742f4e6e0180dffa233bcdd /build.gradle
parentc2eb1590e5ef48e0e9c59b3eff149c09c607dc95 (diff)
downloadChatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.tar.gz
Chatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.tar.bz2
Chatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.zip
fix skytils chat tab notifications not working
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e4b3b7f..cbc862d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@
plugins {
id "dev.architectury.architectury-pack200" version "0.1.3"
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
- id "cc.woverflow.loom" version "0.10.6"
+ id "gg.essential.loom" version "0.10.0.3"
id "net.kyori.blossom" version "1.3.0"
id "java"
}