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" }