aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-13 22:32:06 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-13 22:32:06 +0800
commit55fb26865a7c77a098b2be067afcf29c335df48c (patch)
treee801d272eeea5b5a6eeda1162dbd9b43a67a228b /build.gradle
parentf4473fd6c4142e071e498094490f44692dfbbdf3 (diff)
downloadRoughlyEnoughItems-2.0.0.37.tar.gz
RoughlyEnoughItems-2.0.0.37.tar.bz2
RoughlyEnoughItems-2.0.0.37.zip
Guess this worksv2.0.0.37
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 35f0607a9..02f531cb3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,15 +6,15 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "2.0.0.36"
+version = "2.0.0.37"
minecraft {
}
dependencies {
minecraft "com.mojang:minecraft:19w02a"
- mappings "net.fabricmc:yarn:19w02a.12"
- modCompile "net.fabricmc:fabric-loader:0.3.2.92"
+ mappings "net.fabricmc:yarn:19w02a.20"
+ modCompile "net.fabricmc:fabric-loader:0.3.2.95"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:0.1.4.71"