Skip to content

Commit

Permalink
update bs & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Nov 11, 2024
1 parent a825152 commit bbb1d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:EnderIO:2.8.17:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.26-GTNH:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:EnderIO:2.8.20:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:waila:1.8.1:api') { transitive = false }
compileOnly('curse.maven:agricraft-225635:2284133-sources')
compileOnly('curse.maven:cofh-lib-220333:2388748')
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.29'
}


0 comments on commit bbb1d9a

Please sign in to comment.