From 877326365358f90b04d23a6f5bdeee52b2c12e34 Mon Sep 17 00:00:00 2001 From: GlodBlock <60341015+GlodBlock@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:05:06 +0800 Subject: update StructureLib version --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 093699983e..5688298c49 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -169,7 +169,7 @@ dependencies { //Hard Dependencies compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev") - compile("com.github.GTNewHorizons:StructureLib:1.0.6:deobf") + compile("com.github.GTNewHorizons:StructureLib:1.0.9:deobf") compile("com.github.GTNewHorizons:GT5-Unofficial:$gt5uVersion:dev"){ exclude("net.industrial-craft", "industrialcraft-2") } @@ -279,4 +279,4 @@ tasks.register("signJar") { // extra["signing.password"] = propSign.getProperty("keyStorePass") // } // dependsOn(":reobf") -//} \ No newline at end of file +//} -- cgit