diff options
author | asie <[email protected]> | 2018-12-11 21:18:37 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 98b31983720514124e1dbc481aed4fbde9853d15 (patch) | |
tree | 684b934a893143cb19b00934133d86df0581ee2c /build.gradle | |
parent | 16e5b0475d44839d03fe86b59e114ec8b69d6736 (diff) |
update
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 d46b0a0..e1799f8 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ minecraft { dependencies { minecraft "com.mojang:minecraft:18w49a" - mappings "net.fabricmc:yarn:18w49a.10" - modCompile "net.fabricmc:fabric-loader:0.2.0.62" + mappings "net.fabricmc:yarn:18w49a.11" + modCompile "net.fabricmc:fabric-loader:0.2.0.63" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:0.1.0.37" |