chore: bump arch loom
All checks were successful
ci/woodpecker/manual/pages Pipeline was successful
ci/woodpecker/manual/gradle Pipeline was successful

This commit is contained in:
Johannes Frohnmeyer 2024-09-20 11:16:24 +02:00
parent c88155651c
commit 8bac41a8f2
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -5,6 +5,6 @@ plugins {
dependencies {
api(projects.convention)
// api("net.fabricmc:fabric-loom:1.6-SNAPSHOT")
api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.6-SNAPSHOT")
api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.7-SNAPSHOT")
api("com.github.johnrengelman:shadow:8.1.1")
}