chore: Replace paper reference in favor of bom

This commit is contained in:
Alexander Brandes
2022-10-15 16:04:30 +02:00
parent 9f3850000c
commit e0762f63a8
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,5 @@
[versions]
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
guice = "5.1.0"
spotbugs = "4.7.2"
@ -26,9 +25,6 @@ licenser = "0.6.1"
nexus = "1.1.0"
[libraries]
# Platform expectations
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
# Platform expectations
guice = { group = "com.google.inject", name = "guice", version.ref = "guice" }
guiceassistedinject = { group = "com.google.inject.extensions", name = "guice-assistedinject", version.ref = "guice" }