Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Aug 22, 2024
1 parent 7bd8795 commit b9dad7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
}

// Use an updated version of mixin extras so we can use WrapMethod
annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.0-beta.2")?.apply {
annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1")?.apply {
include(this)
implementation(this)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11

# Fabric API
fabric_version=0.100.1+1.21
fabric_version=0.101.0+1.21
# Mod Properties
mod_version=2.2.1-SNAPSHOT

Expand Down

0 comments on commit b9dad7e

Please sign in to comment.