From 003bd359141ec6450de960683d964ec35f671aca Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Wed, 20 May 2020 21:44:29 +0300 Subject: Update Loom and ModMenu --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ab52414..0244787 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.7-SNAPSHOT' + id 'fabric-loom' version '0.4-SNAPSHOT' id 'maven-publish' id "com.jfrog.artifactory" version "4.9.0" } diff --git a/gradle.properties b/gradle.properties index 2f99a27..767d768 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies fabric_version=0.10.9+build.346-1.16 jankson_version=2.1.0+j1.2.0 - modmenu_version=1.11.0+build.2 + modmenu_version=1.11.5+build.10 -- cgit