aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-02-21 17:16:21 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-02-21 17:16:21 +0800
commit9a1f55351ba2c99c271e7ebdc92496ca981d23c9 (patch)
tree09b53c0cc38def4643dda245b5cf7f3c1251837b /build.gradle
parent66cc75d3f6919f692a61fe07986869839c336b56 (diff)
downloadRoughlyEnoughItems-2.3.0.52.tar.gz
RoughlyEnoughItems-2.3.0.52.tar.bz2
RoughlyEnoughItems-2.3.0.52.zip
Update to 19w08a2.3.0.52
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index e0ad214b6..e3a542994 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,11 +6,11 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "2.3.0.51"
+version = "2.3.0.52"
-def minecraftVersion = "19w07a"
-def yarnVersion = "19w07a.13"
-def fabricVersion = "0.2.1.96"
+def minecraftVersion = "19w08a"
+def yarnVersion = "19w08a.4"
+def fabricVersion = "0.2.2.103"
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.6.107"
+ modCompile "net.fabricmc:fabric-loader:0.3.7.109"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${fabricVersion}"