Skip to content

Commit

Permalink
chore: update bs + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Dec 2, 2024
1 parent b9ba6d3 commit 390e354
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
Expand Up @@ -38,12 +38,12 @@ dependencies {
compile "com.cricketcraft.chisel:Chisel2:2.5.0.2:api"

// compileOnly('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:CodeChickenCore:1.3.7:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:CodeChickenCore:1.3.10:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.48-GTNH:dev') {transitive=false}

compile('com.github.GTNewHorizons:CraftTweaker:3.4.0:dev') {transitive=false}

runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.48-GTNH:dev")

// dependencies { compile fileTree(dir: 'lib', include: '*.jar') }

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

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

0 comments on commit 390e354

Please sign in to comment.