Skip to content

Commit

Permalink
Update loom and adventure
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Jan 27, 2024
1 parent f82c629 commit 543883c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("dev.architectury.loom") version "1.3-SNAPSHOT"
id("dev.architectury.loom") version "1.5-SNAPSHOT"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand All @@ -17,7 +17,7 @@ dependencies {
mappings(group = "net.fabricmc", name = "yarn", version = "1.20.4+build.3", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.15.3")
modImplementation(group = "net.fabricmc.fabric-api", name = "fabric-api", version = "0.92.0+1.20.4")
modImplementation(include(group = "net.kyori", name = "adventure-platform-fabric", version = "5.11.0-SNAPSHOT"))
modImplementation(include(group = "net.kyori", name = "adventure-platform-fabric", version = "5.11.0"))
shade(implementation(group = "org.spongepowered", name = "configurate-yaml", version = "4.1.2"))
}

Expand Down

0 comments on commit 543883c

Please sign in to comment.