Skip to content

Commit

Permalink
Build & dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 19, 2024
1 parent 22dfe57 commit 877a314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 877a314

Please sign in to comment.