diff options
author | asie <[email protected]> | 2018-12-11 14:13:45 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 16e5b0475d44839d03fe86b59e114ec8b69d6736 (patch) | |
tree | b7b36217709da6dd9f7ad2e2977abfe566052fbe /build.gradle | |
parent | 4460a35385aa3b60682b49b64c9859ddd1783fe8 (diff) |
update build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ae81adf..d46b0a0 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ minecraft { dependencies { minecraft "com.mojang:minecraft:18w49a" - mappings "net.fabricmc:yarn:18w49a.6" - modCompile "net.fabricmc:fabric-loader:0.2.0.58" + mappings "net.fabricmc:yarn:18w49a.10" + modCompile "net.fabricmc:fabric-loader:0.2.0.62" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:0.1.0.37" |