diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-08 20:21:55 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-08 20:21:55 +0300 |
commit | 6134cc78ea2452e9d133258dfcf5bc634148d576 (patch) | |
tree | d3a98a1976a18f2d2acf27beb461b23ec52fa736 /GuiTest/build.gradle | |
parent | bedf10d477896b186e557064ad59cd96a673daa2 (diff) | |
download | LibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.tar.gz LibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.tar.bz2 LibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.zip |
Update test mod to 20w17a
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r-- | GuiTest/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle index 849cf3e..9609abd 100644 --- a/GuiTest/build.gradle +++ b/GuiTest/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'fabric-loom' version '0.2.5-SNAPSHOT' + id 'fabric-loom' version '0.2.7-SNAPSHOT' } sourceCompatibility = JavaVersion.VERSION_1_8 |