diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d2c7425816..5049f09891 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { // compile("com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT:dev") { // setChanging(true) // } - implementation 'com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT' + implementation 'com.github.boubou19:GT5-Unofficial:pollution-SNAPSHOT' compile ("com.github.GTNewHorizons:StructureLib:${config.structurelib.version}:deobf") provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" |