diff --git a/build.gradle b/build.gradle index 21c6e9e..1ec1dbf 100644 --- a/build.gradle +++ b/build.gradle @@ -186,7 +186,7 @@ dependencies { // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.18.2-40.2.9' + minecraft 'net.minecraftforge:forge:1.18.2-40.2.10' annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'