summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorZsombor PrisznyĆ”k <[email protected]>2018-12-22 03:31:14 +0000
committerkeuin <[email protected]>2020-04-23 00:20:28 +0800
commit1aeb10c248ae151b048d954452b27c692ad5b12d (patch)
tree4080e6968c72179ba6ec512000d44227d35feacf /build.gradle
parentb99c455d5ed7968c28d1bc3f5e24deaea9a04ccc (diff)
Bumped version (#4)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6c4a15e..20fbcb2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,9 +13,9 @@ minecraft {
dependencies {
minecraft "com.mojang:minecraft:18w50a"
- mappings "net.fabricmc:yarn:18w50a.2"
- modCompile "net.fabricmc:fabric-loader:0.2.0.64"
+ mappings "net.fabricmc:yarn:18w50a.56"
+ modCompile "net.fabricmc:fabric-loader:0.2.0.71"
// Fabric API. This is technically optional, but you probably want it anyway.
- modCompile "net.fabricmc:fabric:0.1.1.47"
+ modCompile "net.fabricmc:fabric:0.1.1.58"
}