Skip to content

Commit

Permalink
Update Mixin & access-widener + bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 24, 2021
1 parent 21c09ff commit 1c2f02d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ 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.3+mixin.0.8.4') {
api('net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4') {
exclude module: 'launchwrapper'
exclude module: 'guava'
}
api 'net.fabricmc:tiny-mappings-parser:0.3.0+build.17'
api 'net.fabricmc:tiny-remapper:0.6.0'
api 'net.fabricmc:access-widener:2.0.0'
api 'net.fabricmc:access-widener:2.0.1'

include 'org.ow2.sat4j:org.ow2.sat4j.core:2.3.6'
include 'org.ow2.sat4j:org.ow2.sat4j.pb:2.3.6'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ group = net.fabricmc
description = The mod loading component of Fabric
url = https://github.com/FabricMC/fabric-loader

version = 0.12.2
version = 0.12.3
asm_version = 9.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.3+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.6.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:access-widener:2.0.0",
"name": "net.fabricmc:access-widener:2.0.1",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric-installer.launchwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.3+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.4+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.6.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:access-widener:2.0.0",
"name": "net.fabricmc:access-widener:2.0.1",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down

0 comments on commit 1c2f02d

Please sign in to comment.