Skip to content

Commit

Permalink
chore: bump geary
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Aug 7, 2024
1 parent 95e0dbb commit cd47588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
gearyPaper = "0.30.5"
gearyPaper = "0.30.10-dev.9"
guiy="0.12.1"

[libraries]
geary-papermc = { module = "com.mineinabyss:geary-papermc", version.ref = "gearyPaper" }
guiy = { module = "com.mineinabyss:guiy-compose", version.ref = "guiy" }

minecraft-plugin-protectionlib = "io.th0rgal:protectionlib:1.5.8"
minecraft-plugin-protectionlib = "io.th0rgal:protectionlib:1.6.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class BlockySeats(val offsets: Set<@Serializable(VectorSerializer::class) Vector
serialName = "blocky:seats",
inner = SetSerializer(VectorSerializer),
inverseTransform = { it.offsets },
transform = ::BlockySeats
transform = { BlockySeats(it) }
)
}

0 comments on commit cd47588

Please sign in to comment.