Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 17, 2024
1 parent 37176ff commit c839d8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.19:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Botania:1.11.6-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Botania:1.12.1-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Mantle:0.4.2:dev") {
Expand All @@ -21,10 +21,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.82:dev") {
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.2:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.100:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.10:dev") {
transitive = false
}

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

runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.5.21:dev")
runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.5.22:dev")
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.29'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
}


0 comments on commit c839d8f

Please sign in to comment.