mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Add support for 1.20.2 (#2431)
* Update to 1.20.2 * Update paperweight --------- Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
This commit is contained in:
committed by
GitHub
parent
889e9b7185
commit
45b60f4929
@ -12,7 +12,7 @@ applyPlatformAndCoreConfiguration()
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation(libs.snakeyaml) {
|
||||
version { strictly("2.0") }
|
||||
version { strictly("2.2") }
|
||||
because("Bukkit provides SnakeYaml")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user