diff options
author | Ethan <git@ethanlibs.co> | 2022-10-24 11:04:07 -0400 |
---|---|---|
committer | Ethan <git@ethanlibs.co> | 2022-10-24 11:04:07 -0400 |
commit | 365ab9eb81ef269e3c19483d2cc5c3169ef8abc4 (patch) | |
tree | b2fe65b338f42620ec1f8576c2449fe37e9ac774 /build.gradle | |
parent | d89a70ecccf8db498940b97a51cba06d4a75cec5 (diff) | |
download | Chatting-365ab9eb81ef269e3c19483d2cc5c3169ef8abc4.tar.gz Chatting-365ab9eb81ef269e3c19483d2cc5c3169ef8abc4.tar.bz2 Chatting-365ab9eb81ef269e3c19483d2cc5c3169ef8abc4.zip |
that was easy
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d28539a..6720b2e 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { mappings("de.oceanlabs.mcp:mcp_stable:22-1.8.9") forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9") compileOnly ('org.spongepowered:mixin:0.7.11-SNAPSHOT') - compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.1.0-alpha92') + compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.1.0-alpha108') include('cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+') modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") } |