We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fa277 commit 8097ad4Copy full SHA for 8097ad4
papyrus-server/build.gradle.kts.patch
@@ -52,7 +52,7 @@
52
implementation("org.ow2.asm:asm-commons:9.8")
53
implementation("org.spongepowered:configurate-yaml:4.2.0-20250225.064233-199")
54
implementation("org.spongepowered:configurate-core:4.2.0-20250225.064233-204") // Pinned dependency of above pinned yaml snapshot.
55
-+ implementation("de.erethon:bedrock:1.5.15") // Papyrus - Bedrock
++ implementation("de.erethon:bedrock:1.5.16") // Papyrus - Bedrock
56
57
// Deps that were previously in the API but have now been moved here for backwards compat, eventually to be removed
58
runtimeOnly("commons-lang:commons-lang:2.6")
0 commit comments