Skip to content

Commit

Permalink
chore(deps): update dependency com.palmergames.bukkit.towny:towny to …
Browse files Browse the repository at this point in the history
…v0.98.6.20 (#81)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 17, 2023
1 parent 966f814 commit f4c721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.19'
compileOnly 'com.palmergames.bukkit.towny:towny:0.98.6.20'
compileOnly 'com.palmergames.bukkit:TownyChat:0.45'

// PlaceholderAPI
Expand Down

0 comments on commit f4c721f

Please sign in to comment.