Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 60f5aea

Browse files
Bump mixin from 0.7.11-SNAPSHOT to 0.8.2
Bumps [mixin](https://github.com/SpongePowered/Mixin) from 0.7.11-SNAPSHOT to 0.8.2. - [Release notes](https://github.com/SpongePowered/Mixin/releases) - [Commits](https://github.com/SpongePowered/Mixin/commits/releases/0.8.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce31354 commit 60f5aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compileJava.options.encoding = 'UTF-8'
3737

3838
dependencies {
3939
// Enabled me only for build
40-
annotationProcessor 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
40+
annotationProcessor 'org.spongepowered:mixin:0.8.2'
4141
compile('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
4242
// Mixin includes a lot of dependencies that are too up-to-date
4343
exclude module: 'guava'

0 commit comments

Comments
 (0)