diff options
author | Luck <git@lucko.me> | 2020-01-26 00:56:24 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-01-26 00:56:24 +0000 |
commit | 5c1883f5a26e14e3350b1532ad0371bc8543bd3b (patch) | |
tree | db926eab2fddc9a2f3967418062e90ae204066a7 /spark-fabric | |
parent | 40c07f2148d739d6091f0177b75162d1fd4294ce (diff) | |
download | spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.gz spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.bz2 spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.zip |
Update to 1.15.2
Diffstat (limited to 'spark-fabric')
-rw-r--r-- | spark-fabric/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle index cf7ff1f..bc88c7d 100644 --- a/spark-fabric/build.gradle +++ b/spark-fabric/build.gradle @@ -12,10 +12,10 @@ configurations { dependencies { // https://modmuss50.me/fabric.html - minecraft "com.mojang:minecraft:1.15.1" - mappings "net.fabricmc:yarn:1.15.1+build.35:v2" - modCompile "net.fabricmc:fabric-loader:0.7.3+build.176" - modCompile "net.fabricmc.fabric-api:fabric-api:0.4.27+build.286-1.15" + minecraft "com.mojang:minecraft:1.15.2" + mappings "net.fabricmc:yarn:1.15.2+build.7:v2" + modCompile "net.fabricmc:fabric-loader:0.7.6+build.179" + modCompile "net.fabricmc.fabric-api:fabric-api:0.4.29+build.290-1.15" shade project(':spark-common') } |