Commit df315d8 1 parent e6c0d3f commit df315d8 Copy full SHA for df315d8
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Add your dependencies here
2
2
3
3
dependencies {
4
- implementation(" com.github.GTNewHorizons:CodeChickenCore:1.3.9 :dev" )
4
+ implementation(" com.github.GTNewHorizons:CodeChickenCore:1.3.10 :dev" )
5
5
implementation(" com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev" )
6
- implementation(" com.github.GTNewHorizons:NotEnoughItems:2.6.42 -GTNH:dev" )
6
+ implementation(" com.github.GTNewHorizons:NotEnoughItems:2.6.51 -GTNH:dev" )
7
7
implementation(" com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev" )
8
8
9
9
compileOnly(" org.projectlombok:lombok:1.18.24" )
10
10
annotationProcessor(" org.projectlombok:lombok:1.18.24" )
11
11
12
- devOnlyNonPublishable(" com.github.GTNewHorizons:waila:1.8.1 :dev" ) {
12
+ devOnlyNonPublishable(" com.github.GTNewHorizons:waila:1.8.2 :dev" ) {
13
13
transitive = false
14
14
}
15
15
devOnlyNonPublishable(" com.github.GTNewHorizons:WailaHarvestability:1.2.1-GTNH:dev" )
@@ -18,7 +18,7 @@ dependencies {
18
18
transitive = false
19
19
}
20
20
21
- compileOnly(" com.github.GTNewHorizons:Angelica:1.0.0-beta9 :api" ) {
21
+ compileOnly(" com.github.GTNewHorizons:Angelica:1.0.0-beta26 :api" ) {
22
22
transitive = false
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginManagement {
17
17
}
18
18
19
19
plugins {
20
- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.27 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.30 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments