4
0
Fork 0
mirror of https://github.com/Anvilcraft/modpacktools synced 2024-09-30 04:59:05 +02:00

update addonscript (everything is broken currently)

This commit is contained in:
LordMZTE 2020-07-26 15:54:02 +02:00
parent abaaadb59c
commit cc5fcd6cd2

View file

@ -22,8 +22,9 @@ dependencies {
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.8'
//Other
compile 'com.github.Anvilcraft:addonscript-java:7507be1'
compile 'com.squareup.okhttp3:okhttp:4.8.0'
compile 'com.github.Anvilcraft:addonscript-java:c8bc9db'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
compile "com.github.TheRandomLabs:CurseAPI:master-SNAPSHOT"