Update a few dependencies

This commit is contained in:
NotMyFault 2021-08-01 20:10:06 +02:00
parent 9afaead81c
commit a86c06bb81
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@
"tutorial.rate_this": "<prefix><gray>Rate this plot!</gray>",
"tutorial.comment_this": "<prefix><gray>Leave some feedback on this plot: <plot>.</gray>",
"economy.econ_disabled": "<prefix><red>Economy is not enabled.</red>",
"economy.vault_or_consumer_null": "<prefix><red>Economy isn't initialized. Make sure Vault and an economy service plugin is installed.</red>",
"economy.vault_or_consumer_null": "<prefix><red>Economy isn't initialized. Make sure Vault and an economy service plugin are installed.</red>",
"economy.cannot_afford_plot": "<prefix><red>You cannot afford to buy this plot. It costs <gold><money></gold>. You have <gold><balance></gold>.</red>",
"economy.not_for_sale": "<prefix><red>This plot is not for sale.</red>",
"economy.cannot_buy_own": "<prefix><red>You cannot buy your own plot.</red>",

View File

@ -1,5 +1,5 @@
[versions]
checker-qual = "3.14.0"
checker-qual = "3.16.0"
guava = "21.0" # Version set by Minecraft
gson = "2.8.0" # Version set by Minecraft
@ -14,9 +14,9 @@ guice = "5.0.1"
findbugs = "3.0.1"
worldedit = "7.2.6-SNAPSHOT"
fawe = "1.17-74"
fawe = "1.17-93"
vault = "1.7"
placeholderapi = "2.10.9"
placeholderapi = "2.10.10"
luckperms = "5.3"
essentialsx = "2.18.2"
hyperverse = "0.6.0-SNAPSHOT"