From 4d2bdad9b8455cb90ec5f40e9e82e1b47fa233cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 00:24:22 +0000 Subject: [PATCH] build: bump com.github.TownyAdvanced:TownyChat from 0.107 to 0.108 Bumps [com.github.TownyAdvanced:TownyChat](https://github.com/TownyAdvanced/TownyChat) from 0.107 to 0.108. - [Release notes](https://github.com/TownyAdvanced/TownyChat/releases) - [Commits](https://github.com/TownyAdvanced/TownyChat/compare/0.107...0.108) --- updated-dependencies: - dependency-name: com.github.TownyAdvanced:TownyChat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 02627d0..743ba8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { } compileOnly("com.palmergames.bukkit.towny:towny:0.99.2.6") - compileOnly("com.github.TownyAdvanced:TownyChat:0.107") + compileOnly("com.github.TownyAdvanced:TownyChat:0.108") compileOnly("com.bencodez:votingplugin:6.14.1") { exclude(group = "*", module = "*") }