Update api and yaml version

This commit is contained in:
IzzelAliz 2021-12-21 17:02:46 +08:00
parent 1912d070c2
commit 8d6d00ffa3
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ repositories {
maven { url = 'https://maven.izzel.io/releases' }
}
def embedLibs = [/*"org.spongepowered:mixin:$mixinVersion", */ 'org.yaml:snakeyaml:1.28',
def embedLibs = [/*"org.spongepowered:mixin:$mixinVersion", */ 'org.yaml:snakeyaml:1.30',
'org.xerial:sqlite-jdbc:3.36.0.3', 'mysql:mysql-connector-java:8.0.27',
/*'commons-lang:commons-lang:2.6',*/ 'com.googlecode.json-simple:json-simple:1.1.1',
'org.apache.logging.log4j:log4j-jul:2.15.0', 'net.md-5:SpecialSource:1.10.0',

View File

@ -15,7 +15,7 @@ allprojects {
agpVersion = '1.22'
minecraftVersion = '1.18.1'
forgeVersion = '39.0.0'
apiVersion = '1.2.2'
apiVersion = '1.2.4'
toolsVersion = '1.3.+'
mixinVersion = '0.8.5'
gitHash = getGitHash()