Skip to content

Commit fd89dc4

Browse files
committed
Update Bedrock #5
1 parent aa281b7 commit fd89dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papyrus-server/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
implementation("org.ow2.asm:asm-commons:9.8")
5353
implementation("org.spongepowered:configurate-yaml:4.2.0-20250225.064233-199")
5454
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.11") { isTransitive = false } // Papyrus - Bedrock
55+
+ implementation("de.erethon:bedrock:1.5.12") { isTransitive = false } // Papyrus - Bedrock
5656

5757
// Deps that were previously in the API but have now been moved here for backwards compat, eventually to be removed
5858
runtimeOnly("commons-lang:commons-lang:2.6")

0 commit comments

Comments
 (0)