diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 97d8f71c52..93c852a12c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,6 +5,6 @@ plugins { apply plugin: 'com.diffplug.blowdryerSetup' blowdryerSetup { - github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.1.4') + github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.1.5') //devLocal '.' // Use this when testing config updates locally } |