Fix Incompat (Bump-Dependencies)

Signed-off-by: IPECTER 이팩터 <80433772+IPECTER@users.noreply.github.com>
This commit is contained in:
IPECTER 이팩터
2023-09-19 09:27:56 +09:00
committed by GitHub
parent 017f695244
commit c6c048c34f

View File

@@ -66,7 +66,7 @@ index d8b27e3f2fa1ede41125ec27e129b1e1ad42caa7..2c59ed16ea909b6535df3d1d40d83b06
// Pufferfish start
- implementation("org.yaml:snakeyaml:1.32")
+ implementation("org.yaml:snakeyaml:2.2")
+ implementation("org.yaml:snakeyaml:1.33")
implementation ("com.github.carleslc.Simple-YAML:Simple-Yaml:1.8.4") {
exclude(group="org.yaml", module="snakeyaml")
}