From 877a314b1150cedd238ede654ef047d84144d805 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:18:51 -0700 Subject: [PATCH] Build & dependency updates --- build.gradle.kts | 7 ++----- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 13d139d..6b38bcd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,14 +31,11 @@ dependencies { modImplementation(include("net.kyori", "adventure-platform-fabric", "5.14.0-SNAPSHOT")) - implementation(include("com.typesafe:config:1.4.3")!!) - implementation(include("io.leangen.geantyref:geantyref:1.3.14")!!) - implementation(include("org.spongepowered:configurate-core:4.1.2")!!) - implementation(include("org.spongepowered:configurate-hocon:4.1.2")!!) + implementation(transitiveInclude("org.spongepowered:configurate-hocon:4.1.2")!!) compileOnly("org.checkerframework", "checker-qual", "3.42.0") - implementation(include("net.fabricmc", "mapping-io", "0.5.1")) + implementation(include("net.fabricmc", "mapping-io", "0.6.1")) } indra { diff --git a/settings.gradle.kts b/settings.gradle.kts index 122310d..8c6089f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -21,7 +21,7 @@ pluginManagement { } plugins { - id("quiet-fabric-loom") version "1.6-SNAPSHOT" + id("quiet-fabric-loom") version "1.7-SNAPSHOT" id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" }