Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 3, 2024
1 parent 5ca2198 commit 64ef25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Add your dependencies here

dependencies {
compileOnly 'com.github.GTNewHorizons:GT5-Unofficial:5.09.49.55:dev'
compileOnly 'com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev'
api 'com.github.GTNewHorizons:Baubles:1.0.4:dev'
api 'com.github.GTNewHorizons:ModularUI:1.2.0:dev'
api ('com.github.GTNewHorizons:ThaumicBoots:1.3.7:dev'){
api 'com.github.GTNewHorizons:ModularUI:1.2.1:dev'
api ('com.github.GTNewHorizons:ThaumicBoots:1.3.8:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'Electro-Magic-Tools'
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.26'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
}


0 comments on commit 64ef25d

Please sign in to comment.