@@ -24,9 +24,9 @@ plugins {
2424 id ' eclipse'
2525 id ' maven-publish'
2626 id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.1.7'
27- id ' com.gtnewhorizons.retrofuturagradle' version ' 1.3.28 '
28- id ' net.darkhax.curseforgegradle' version ' 1.1.17 ' apply false
29- id ' com.modrinth.minotaur' version ' 2.8.6 ' apply false
27+ id ' com.gtnewhorizons.retrofuturagradle' version ' 1.3.33 '
28+ id ' net.darkhax.curseforgegradle' version ' 1.1.18 ' apply false
29+ id ' com.modrinth.minotaur' version ' 2.8.7 ' apply false
3030 id ' com.diffplug.spotless' version ' 6.13.0' apply false
3131 id ' com.palantir.git-version' version ' 3.0.0' apply false
3232 id ' com.github.johnrengelman.shadow' version ' 8.1.1' apply false
@@ -495,7 +495,7 @@ configurations {
495495 testRuntimeClasspath. extendsFrom(runtimeOnlyNonPublishable)
496496}
497497
498- String mixinProviderSpec = ' zone.rong:mixinbooter:8.9 '
498+ String mixinProviderSpec = ' zone.rong:mixinbooter:9.1 '
499499dependencies {
500500 if (usesMixins. toBoolean()) {
501501 annotationProcessor ' org.ow2.asm:asm-debug-all:5.2'
@@ -523,8 +523,8 @@ dependencies {
523523 }
524524
525525 if (enableModernJavaSyntax. toBoolean()) {
526- annotationProcessor ' com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 '
527- compileOnly(' com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 ' ) {
526+ annotationProcessor ' com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 '
527+ compileOnly(' com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 ' ) {
528528 transitive = false
529529 }
530530 // workaround for https://github.com/bsideup/jabel/issues/174
@@ -533,8 +533,8 @@ dependencies {
533533 patchedMinecraft ' me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0'
534534
535535 // allow Jabel to work in tests
536- testAnnotationProcessor " com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 "
537- testCompileOnly(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 " ) {
536+ testAnnotationProcessor " com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 "
537+ testCompileOnly(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 " ) {
538538 transitive = false // We only care about the 1 annotation class
539539 }
540540 testCompileOnly " me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0"
0 commit comments