mirror of
https://github.com/Anvilcraft/modpacktools
synced 2024-11-17 23:41:55 +01:00
update addonscript (everything is broken currently)
This commit is contained in:
parent
abaaadb59c
commit
cc5fcd6cd2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue