From 4b32c47ae03b4e68e50b9a9a55f51778998577ef Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 17 Aug 2016 15:49:46 -0400 Subject: [PATCH] Update blending-jar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aabdaec6b6..e6595acbd5 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } } dependencies { - classpath "net.fabricmc:blending-jar:0.1.1.5" + classpath "net.fabricmc:blending-jar:0.1.1.6" classpath "commons-io:commons-io:1.4" classpath "com.google.guava:guava:19.0" }