Skip to content

Commit e9a8d62

Browse files
authored
Merge pull request #134 from faststats-dev/renovate/net.fabricmc-fabric-loader-0.x
fix(deps): update dependency net.fabricmc:fabric-loader to v0.19.0
2 parents 3ab18a2 + 30e8abe commit e9a8d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies {
99
mappings(loom.officialMojangMappings())
1010
minecraft("com.mojang:minecraft:1.21.11")
1111
modCompileOnly("net.fabricmc.fabric-api:fabric-api:0.139.4+1.21.11")
12-
modImplementation("net.fabricmc:fabric-loader:0.18.6")
12+
modImplementation("net.fabricmc:fabric-loader:0.19.0")
1313
}

fabric/example-mod/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation(project(":fabric"))
77
mappings(loom.officialMojangMappings())
88
minecraft("com.mojang:minecraft:1.21.11")
9-
modCompileOnly("net.fabricmc:fabric-loader:0.18.6")
9+
modCompileOnly("net.fabricmc:fabric-loader:0.19.0")
1010
}
1111

1212
tasks.jar {

0 commit comments

Comments
 (0)