We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9a67d commit aa8e139Copy full SHA for aa8e139
dependencies.gradle
@@ -34,7 +34,7 @@
34
* For more details, see https://docs.gradle.org/8.0.1/userguide/java_library_plugin.html#sec:java_library_configurations_graph
35
*/
36
dependencies {
37
- api("com.github.GTNewHorizons:AppleCore:3.3.2:dev") { transitive = false }
+ api("com.github.GTNewHorizons:AppleCore:3.3.3:dev") { transitive = false }
38
compileOnlyApi(deobfCurse('witchery-69673:2234410'))
39
40
runtimeOnlyNonPublishable("com.github.GTNewHorizons:SpiceOfLife:2.1.12-carrot:dev")
settings.gradle
@@ -17,7 +17,7 @@ pluginManagement {
17
}
18
19
plugins {
20
- id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
+ id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
21
22
23
0 commit comments