Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 #42

Merged
merged 14 commits into from
Feb 28, 2023
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ dependencies {
// Spigot/GitHub Releases Update checker. Am I that lazy? Yes.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 815c2d - e6ab36:

  • Updated SpigotUpdateChecker dependency from 3.0.2 to 3.0.3
  • Updated Towny dependency from 0.98.6.8 to 0.98.6.9
  • Updated TownyChat dependency from 0.45 to 0.46

implementation 'com.jeff_media:SpigotUpdateChecker:3.0.2'
// Towny
compileOnly 'com.palmergames.bukkit.towny:towny:0.98.6.8'
compileOnly 'com.palmergames.bukkit.towny:towny:0.98.6.9'
compileOnly 'com.palmergames.bukkit:TownyChat:0.45'

// Stealing all your data lmfao
Expand Down