Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 29, 2024
1 parent dd22172 commit eec9c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/test.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ java-debug = "0.52.0"
mixin = "0.15.3+mixin.0.8.7"

gradle-nightly = "8.12-20241110002642+0000"
fabric-loader = "0.16.5"
fabric-loader = "0.16.9"
fabric-installer = "1.0.1"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait {
dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings "net.fabricmc:yarn:${minecraftVersion}+build.1:v2"
mappings "net.fabricmc:yarn:${minecraftVersion}+build.2:v2"
modImplementation "net.fabricmc.fabric-api:fabric-api:999.0.0"
}
Expand Down

0 comments on commit eec9c10

Please sign in to comment.