Skip to content

Commit a3e4638

Browse files
committed
update bs & deps
1 parent 18d40b6 commit a3e4638

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

dependencies.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
* For more details, see https://docs.gradle.org/8.0.1/userguide/java_library_plugin.html#sec:java_library_configurations_graph
3535
*/
3636
dependencies {
37-
api("com.github.GTNewHorizons:GTNHLib:0.6.30:dev") { transitive = false }
38-
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.52-GTNH:dev")
39-
devOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.7:dev") {transitive = false}
37+
api("com.github.GTNewHorizons:GTNHLib:0.6.38:dev") { transitive = false }
38+
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.69-GTNH:dev")
39+
devOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.12:dev") {transitive = false}
4040
devOnlyNonPublishable("com.github.GTNewHorizons:WAILAPlugins:0.6.0:dev") {transitive = false}
41-
devOnlyNonPublishable("com.github.GTNewHorizons:Jabba:1.5.4:dev") { transitive = false }
41+
devOnlyNonPublishable("com.github.GTNewHorizons:Jabba:1.5.10:dev") { transitive = false }
4242
devOnlyNonPublishable(rfg.deobf("curse.maven:et-futurum-requiem-441392:5873837")) { transitive = false }
4343
devOnlyNonPublishable(rfg.deobf("curse.maven:crafting-tweaks-233071:2457094")) { transitive = false }
4444
devOnlyNonPublishable(project.files("libs/BaublesExpanded-2.0.3-dev.jar"))
45-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.9.16:dev")
45+
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.9.22:dev")
4646
runtimeOnlyNonPublishable rfg.deobf("curse.maven:cofh-core-69162:2388751")
4747
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ modrinthProjectId = tLU0UyHu
142142
# type can be one of [project, version],
143143
# and the name is the Modrinth project or version slug/id of the other mod.
144144
# Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech
145-
# Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true
145+
# Note: UniMixins is automatically set as a required dependency if usesMixins = true.
146146
modrinthRelations =
147147

148148
# Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens.

settings.gradle

Lines changed: 1 addition & 1 deletion
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.38'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.41'
2121
}

0 commit comments

Comments
 (0)