From 616b61f0715f01aa8bfe557189364d063d01669c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:59:14 +0000 Subject: [PATCH] Update dependency com.matyrobbrt:JDA-Chewtils to v2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 508ad6da..f4c5aacc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ launch4j = { id = 'edu.sc.seis.launch4j', version = '2.5.4' } jda = "5.0.0-beta.4" # https://github.com/Matyrobbrt/JDA-Chewtils/commit/c2bfe64e447817aa5ddac0dab0f12bcede0fe37d # chewtils = "2.0-SNAPSHOT" -chewtils = "c2bfe64" +chewtils = "2.1" guava = "32.1.2-jre" gson = "2.10.1" logback = "1.4.9"