Update yarn and fabric loader versions

This commit is contained in:
Blue (Lukas Rieger) 2020-08-19 20:58:49 +02:00
parent 9b191e1605
commit 3710b82be2

View File

@ -10,8 +10,8 @@ configurations {
dependencies {
minecraft "com.mojang:minecraft:1.15.2"
mappings "net.fabricmc:yarn:1.15.2+build.15:v2"
modImplementation "net.fabricmc:fabric-loader:0.8.2+build.194"
mappings "net.fabricmc:yarn:1.15.2+build.17:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.2+build.206"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.5.1+build.294-1.15"
shadowInclude (project(':BlueMapCommon')) {