Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 14, 2025
1 parent 22660e6 commit 60235db
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,7 +1,7 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.69:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.70:dev')
api('com.github.GTNewHorizons:Galacticraft:3.3.2-GTNH:dev')
api('com.github.GTNewHorizons:GTNHLib:0.6.1:dev')
compileOnly('com.github.GTNewHorizons:BlockRenderer6343:1.3.1:dev') {transitive = false}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.13:dev") {transitive = false}
compileOnly('com.github.GTNewHorizons:BlockRenderer6343:1.3.2:dev') {transitive = false}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.15:dev") {transitive = false}
}
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.30'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31'
}


0 comments on commit 60235db

Please sign in to comment.