From d7e6be8bcb38ef13d29c80da8380b9a7500481fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 05:44:08 +0000 Subject: [PATCH] Bump TRLUtils-IO from master-SNAPSHOT to v1.0.1 Bumps TRLUtils-IO from master-SNAPSHOT to v1.0.1. 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 ec83094..f37b00a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,5 +17,5 @@ repositories { dependencies { api "com.github.TheRandomLabs:CurseAPI:master-SNAPSHOT" - testImplementation "com.github.TheRandomLabs:TRLUtils-IO:master-SNAPSHOT" + testImplementation "com.github.TheRandomLabs:TRLUtils-IO:v1.0.1" }