From 7f43073a6e4922a7a032cc3302ee0c5c8879890a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:04:45 +0000 Subject: [PATCH] gradle(deps): bump io.vram:canvas-fabric-mc119 from 1.0.+ to 3.0.2547 Bumps io.vram:canvas-fabric-mc119 from 1.0.+ to 3.0.2547. --- updated-dependencies: - dependency-name: io.vram:canvas-fabric-mc119 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eab7b35..da446ff 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { // Compat fixes modCompileOnly fabricApi.module("fabric-renderer-indigo", project.fapi_version) modCompileOnly("me.jellysquid.mods:sodium-fabric:${project.sodium_version}") { transitive = false } - modCompileOnly("io.vram:canvas-fabric-mc119:1.0.+") { transitive = false } + modCompileOnly("io.vram:canvas-fabric-mc119:3.0.+") { transitive = false } // Baritone (https://github.com/MeteorDevelopment/baritone) modInclude "baritone:fabric:${project.minecraft_version}-SNAPSHOT"