Skip to content

Commit 88a1b2d

Browse files
committed
update
1 parent 3970cec commit 88a1b2d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Add your dependencies here
22

33
dependencies {
4-
api('com.github.GTNewHorizons:ForestryMC:4.9.16:dev')
5-
implementation('com.github.GTNewHorizons:GTNHLib:0.5.20:dev')
4+
api('com.github.GTNewHorizons:ForestryMC:4.9.20:dev')
5+
implementation('com.github.GTNewHorizons:GTNHLib:0.5.23:dev')
66

7-
devOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev')
7+
devOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.6.53-GTNH:dev')
88

99
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api')
1010
compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
2121
}

0 commit comments

Comments
 (0)