diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-02-06 07:40:32 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-02-06 07:40:32 +0100 |
commit | 3ecc0cdab0584c4af7607d5a814c240136178aae (patch) | |
tree | 74f093c583c5029d28c7f90ba2d4764062fbd900 | |
parent | 57dba2c7603e84e578c023038599c3c2f390a3eb (diff) | |
download | GT5-Unofficial-3ecc0cdab0584c4af7607d5a814c240136178aae.tar.gz GT5-Unofficial-3ecc0cdab0584c4af7607d5a814c240136178aae.tar.bz2 GT5-Unofficial-3ecc0cdab0584c4af7607d5a814c240136178aae.zip |
update
-rw-r--r-- | dependencies.gradle | 2 | ||||
-rw-r--r-- | settings.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index bef9bdc0ce..f785d4f541 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.53:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.60:dev') api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.2.0:dev') diff --git a/settings.gradle b/settings.gradle index e8946ada27..3b6c62d046 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.8' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.9' } |