diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ae8d96a65a..d5ca2440e3 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ dependencies { //compile files('libs/gregtech-5.09.31-dev.jar') //compile files('libs/gregtech-5.09.33-dev.jar') //compile files('libs/gregtech-5.09.34.17-dev.jar') - compile files('libs/gregtech-5.09.36.00-dev.jar') + compile files('libs/gregtech-5.09.37.00-dev.jar') provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" //compile "ic2:IC2Classic:1.2.1.8:dev" - Does not mirror internal class structure or visibility of IC2, won't ever compile. diff --git a/build.properties b/build.properties index f5075bf17d..2cced48ce3 100644 --- a/build.properties +++ b/build.properties @@ -4,6 +4,6 @@ ic2.version=2.2.817-experimental gt.version=5.09.31 ae2.version=rv3-beta-22 -gtpp.version=1.7.06 +gtpp.version=1.7.07 commit.hash=aa9f04218e5298414f900b9fe61131f7ed26b8f1 |