diff options
Diffstat (limited to 'build.gradle')
| -rwxr-xr-x | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 581c715cc..03d7b9cd5 100755 --- a/build.gradle +++ b/build.gradle @@ -6,11 +6,11 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "RoughlyEnoughItems" -version = "2.2.0.48" +version = "2.2.0.49" -def minecraftVersion = "19w04b" -def yarnVersion = "19w04b.5" -def fabricVersion = "0.1.5.83" +def minecraftVersion = "19w05a" +def yarnVersion = "19w05a.5" +def fabricVersion = "0.1.5.88" def pluginLoaderVersion = "1.14-1.0.6-8" minecraft { @@ -30,7 +30,7 @@ repositories { dependencies { minecraft "com.mojang:minecraft:${minecraftVersion}" mappings "net.fabricmc:yarn:${yarnVersion}" - modCompile "net.fabricmc:fabric-loader:0.3.4.104" + modCompile "net.fabricmc:fabric-loader:0.3.5.106" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:${fabricVersion}" |
