Skip to content

Commit 9fb22d3

Browse files
chore(deps): Update plugin loom to v1.15.4
1 parent e419712 commit 9fb22d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7777
[plugins]
7878
configurateTransformations = { id = "ca.stellardrift.configurate-transformations" }
7979
eclipseApt = "com.diffplug.eclipse.apt:4.4.1"
80-
loom = "fabric-loom:1.15.3"
80+
loom = "fabric-loom:1.15.4"
8181
# ModDevGradle settings plugin is putting another version on the classpath, so we can't specify a version :(
8282
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext" }
8383
indra = { id = "net.kyori.indra" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pluginManagement {
2525

2626
plugins {
2727
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
28-
id("fabric-loom") version "1.15.3"
28+
id("fabric-loom") version "1.15.4"
2929
id("net.neoforged.moddev.repositories") version "2.0.140"
3030
}
3131

0 commit comments

Comments
 (0)