From d60efd67564d2fc126881a03016880df1ffc3554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:10:00 -0400 Subject: [PATCH] fix(deps): update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 (#69) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c894608..11f200bd 100644 --- a/build.gradle +++ b/build.gradle @@ -276,7 +276,7 @@ dependencies { // Just a reminder: compileOnly means that we're not shading this dependency into our jar. This is usually when we're using a dependency that is already provided by the server. Aka, when it's already in the server's classpath. // implementation means that we're shading this dependency into our jar. This is usually when we're using a dependency that is not provided by the server. Aka, when it's not in the server's classpath. // Towny - compileOnly 'com.palmergames.bukkit.towny:towny:0.98.6.15' + compileOnly 'com.palmergames.bukkit.towny:towny:0.98.6.18' compileOnly 'com.palmergames.bukkit:TownyChat:0.45' // PlaceholderAPI