update paper dev bundle to 1.19.2

This commit is contained in:
dfsek
2022-11-09 18:48:09 -07:00
parent 7d3bdeee8f
commit 72e5ac76e6
3 changed files with 5 additions and 4 deletions
@@ -6,7 +6,7 @@ repositories {
dependencies {
api(project(":platforms:bukkit:common"))
paperDevBundle("1.19-R0.1-SNAPSHOT")
paperDevBundle(Versions.Bukkit.paperDevBundle)
implementation("xyz.jpenilla", "reflection-remapper", "0.1.0-SNAPSHOT")
}