Skip to content

Commit

Permalink
Update Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 30, 2021
1 parent 83ceec7 commit 8127955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
api "org.ow2.asm:asm-tree:${project.asm_version}"
api "org.ow2.asm:asm-util:${project.asm_version}"

api('net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4') {
api('net.fabricmc:sponge-mixin:0.10.5+mixin.0.8.4') {
exclude module: 'launchwrapper'
exclude module: 'guava'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.5+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.launchwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.5+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down

0 comments on commit 8127955

Please sign in to comment.