From 0b02245c8fbddf2d9df65b28fb9b4f87419dd406 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 22 Jan 2019 19:01:09 +0800 Subject: Update dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29e14a14e..381484a59 100755 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { dependencies { minecraft "com.mojang:minecraft:${minecraftVersion}" mappings "net.fabricmc:yarn:${yarnVersion}" - modCompile "net.fabricmc:fabric-loader:0.3.3.100" + modCompile "net.fabricmc:fabric-loader:0.3.3.101" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:${fabricVersion}" -- cgit