aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-30 21:12:10 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-30 21:12:10 +0800
commit30493491181cec7a32c2bce360e623504fb896d8 (patch)
treecd93b7767a119e9ce2ac4235cd837854c362367b /build.gradle
parent973868ece23dd75080cfe6ef7b48f8284070ce4e (diff)
downloadRoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.tar.gz
RoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.tar.bz2
RoughlyEnoughItems-30493491181cec7a32c2bce360e623504fb896d8.zip
Close #17
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index a24dbb3bc..63a000df9 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,10 +6,10 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "2.2.0.46"
+version = "2.2.0.47"
-def minecraftVersion = "19w04a"
-def yarnVersion = "19w04a.2"
+def minecraftVersion = "19w04b"
+def yarnVersion = "19w04b.5"
def fabricVersion = "0.1.5.83"
def pluginLoaderVersion = "1.14-1.0.6-8"
@@ -30,7 +30,7 @@ repositories {
dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings "net.fabricmc:yarn:${yarnVersion}"
- modCompile "net.fabricmc:fabric-loader:0.3.3.102"
+ modCompile "net.fabricmc:fabric-loader:0.3.4.104"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${fabricVersion}"