feat: 适配新版API

This commit is contained in:
2022-11-03 13:40:57 +08:00
parent acf3ae0ea0
commit 35668dcdca
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
implementationShade 'org.yaml:snakeyaml:1.33'
// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementationShade 'com.google.code.gson:gson:2.10'
implementationShade 'com.google.code.gson:gson:2.8.9'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'