Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
90cc519778 build: Update dependency net.kyori:adventure-platform-bukkit to v4.1.0 2022-05-09 15:16:13 +00:00
renovate[bot]
16e26b910c build: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.0 (#3606)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-09 13:53:59 +02:00
Alexander Brandes
faadebd30e chore: Update my name (#3599) 2022-05-07 15:56:24 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ allprojects {
}
developer {
id.set("NotMyFault")
name.set("NotMyFault")
name.set("Alexander Brandes")
organization.set("IntellectualSites")
email.set("contact@notmyfault.dev")
}

View File

@@ -8,13 +8,13 @@ guava = "31.0.1-jre" # Version set by Minecraft
paper = "1.18.1-R0.1-SNAPSHOT"
checker-qual = "3.22.0"
guice = "5.1.0"
spotbugs = "4.6.0"
spotbugs = "4.7.0"
snakeyaml = "1.30" # Version set by Bukkit
# Adventure & MiniMessage
adventure-api = "4.9.3"
adventure-text-minimessage = "4.1.0-SNAPSHOT"
adventure-platform-bukkit = "4.0.1"
adventure-platform-bukkit = "4.1.0"
# Plugins
worldedit = "7.2.10"