From 24b70aad3758a56f27ecb2262c4dff48bf3c378a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 10:54:17 +0000 Subject: [PATCH] Bump forge from 1.16.5-36.1.6 to 1.16.5-36.1.18 Bumps [forge](https://github.com/MinecraftForge/MinecraftForge) from 1.16.5-36.1.6 to 1.16.5-36.1.18. - [Release notes](https://github.com/MinecraftForge/MinecraftForge/releases) - [Commits](https://github.com/MinecraftForge/MinecraftForge/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42a4346..531e7d2 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's 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.16.5-36.1.6' + minecraft 'net.minecraftforge:forge:1.16.5-36.1.18' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier"