diff --git a/build.gradle b/build.gradle index 1ace389..7a7b0dd 100644 --- a/build.gradle +++ b/build.gradle @@ -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"