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 @@ -206,7 +206,7 @@ dependencies {
206206 compileOnly(" net.hypixel:mod-api:1.0.1" )
207207 }
208208
209- val mixinExtrasVersion = " 0.5.0-rc.2 "
209+ val mixinExtrasVersion = " 0.5.0-rc.3 "
210210 annotationProcessor(" io.github.llamalad7:mixinextras-common:${mixinExtrasVersion} " )
211211 if (platform.isFabric) {
212212 include(implementation(" io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion} " )!! )
You can’t perform that action at this time.
0 commit comments