Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 25, 2025
1 parent fcb3cef commit a11ea73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Add your dependencies here

dependencies {
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.25-GTNH:dev")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.0:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.1:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Botania:1.12.3-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Botania:1.12.5-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Mantle:0.4.2:dev") {
compileOnly("com.github.GTNewHorizons:Mantle:0.5.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.13.1-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.13.8-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.10:dev") {
compileOnly("com.github.GTNewHorizons:BloodMagic:1.7.5:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.11:dev") {
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.20:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.38:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.95:dev") {
transitive = false
}

Expand All @@ -41,5 +41,5 @@ dependencies {
transitive = false
}

runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.6.0:dev")
runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.6.3:dev")
}
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 a11ea73

Please sign in to comment.