Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 81908fa

Browse files
committed
update
1 parent 5064908 commit 81908fa

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
2-
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.142:dev')
3-
api('com.github.GTNewHorizons:Galacticraft:3.3.4-GTNH:dev')
2+
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.157:dev')
3+
api('com.github.GTNewHorizons:Galacticraft:3.3.5-GTNH:dev')
44
api('com.github.GTNewHorizons:GTNHLib:0.6.11:dev')
55
compileOnly('com.github.GTNewHorizons:BlockRenderer6343:1.3.2:dev') {transitive = false}
6-
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.26:dev") {transitive = false}
6+
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.27:dev") {transitive = false}
77
}

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.33'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.34'
2121
}
2222

2323

0 commit comments

Comments
 (0)