File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030
3131dependencies {
3232 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4" )
33- compileOnly(annotationProcessor(" io.github.llamalad7:mixinextras-common:0.5.0-beta.1 " )!! )
33+ compileOnly(annotationProcessor(" io.github.llamalad7:mixinextras-common:0.5.0-rc.3 " )!! )
3434 annotationProcessor(" org.spongepowered:mixin:0.8.5:processor" )
3535 compileOnly(" org.spongepowered:mixin:0.8.5" )
3636}
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ dependencies {
222222 compileOnly(" net.hypixel:mod-api:1.0.1" )
223223 }
224224
225- val mixinExtrasVersion = " 0.5.0-rc.2 "
225+ val mixinExtrasVersion = " 0.5.0-rc.3 "
226226 if (platform.isFabric) {
227227 include(implementation(annotationProcessor(" io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion} " )!! )!! )
228228 } else {
You can’t perform that action at this time.
0 commit comments