Skip to content

fix(deps): update dependency org.spongepowered:mixin to v0.8.7 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1_12/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sourceSets {
dependencies {
implementation 'net.minecraft:launchwrapper:1.12'
jarLibs 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
jarLibs('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
jarLibs('org.spongepowered:mixin:0.8.7') {
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'gson'
Expand Down
2 changes: 1 addition & 1 deletion 1_16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for (String platform_capitalized : ['Fabric', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for (String platform_capitalized : ['Fabric', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_18/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for (String platform_capitalized : ['Fabric', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_19/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for (String platform_capitalized : ['Fabric', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for (String platform_capitalized : ['Fabric', 'Neoforge', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_20_1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ for (String platform_capitalized : ['Fabric', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_20_6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ for (String platform_capitalized : ['Fabric', 'Neoforge', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_21/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for (String platform_capitalized : ['Fabric', 'Neoforge', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_21_5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for (String platform_capitalized : ['Fabric', 'Neoforge', 'Lexforge']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
2 changes: 1 addition & 1 deletion 1_7_10/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sourceSets {
dependencies {
implementation 'net.minecraft:launchwrapper:1.12'
jarLibs 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
jarLibs('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
jarLibs('org.spongepowered:mixin:0.8.7') {
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'gson'
Expand Down
2 changes: 1 addition & 1 deletion 1_8_9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sourceSets {
dependencies {
implementation 'net.minecraft:launchwrapper:1.12'
jarLibs 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
jarLibs('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
jarLibs('org.spongepowered:mixin:0.8.7') {
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'gson'
Expand Down
2 changes: 1 addition & 1 deletion gametest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ configurations {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'

Expand Down
2 changes: 1 addition & 1 deletion snapshots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ for (String platform_capitalized : ['Fabric']) {
}

dependencies {
compileOnly 'org.spongepowered:mixin:0.8.5-SNAPSHOT'
compileOnly 'org.spongepowered:mixin:0.8.7'
compileOnly 'me.earth.headlessmc:headlessmc:1.8.1'
lwjglAgent 'me.earth.headlessmc:headlessmc-lwjgl:1.8.1'
// yes, I actually want this at runtime to use assertions!
Expand Down
Loading