Skip to content

Commit

Permalink
Bump org.spongepowered:mixin from 0.8.5 to 0.8.6
Browse files Browse the repository at this point in the history
Bumps [org.spongepowered:mixin](https://github.com/SpongePowered/Mixin) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/SpongePowered/Mixin/releases)
- [Commits](SpongePowered/Mixin@releases/0.8.5...releases/0.8.6)

---
updated-dependencies:
- dependency-name: org.spongepowered:mixin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent f229ca2 commit ff8f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.0-alpha+")

if (platform.isLegacyForge) {
compileOnly("org.spongepowered:mixin:0.8.5")
compileOnly("org.spongepowered:mixin:0.8.6")
shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+")
}
}
Expand Down

0 comments on commit ff8f4ca

Please sign in to comment.