Skip to content

Commit dbf43d9

Browse files
build(deps): bump mixinExtrasVersion from 0.5.0-beta.1 to 0.5.0-rc.3
Bumps `mixinExtrasVersion` from 0.5.0-beta.1 to 0.5.0-rc.3. Updates `io.github.llamalad7:mixinextras-common` from 0.5.0-beta.1 to 0.5.0-rc.3 - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/commits) Updates `io.github.llamalad7:mixinextras-fabric` from 0.5.0-rc.2 to 0.5.0-rc.3 - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/commits) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-common dependency-version: 0.5.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9239ce commit dbf43d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

events/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030

3131
dependencies {
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
33-
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!)
33+
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-rc.3")!!)
3434
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
3535
compileOnly("org.spongepowered:mixin:0.8.5")
3636
}

mod/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ dependencies {
206206
compileOnly("net.hypixel:mod-api:1.0.1")
207207
}
208208

209-
val mixinExtrasVersion = "0.5.0-rc.2"
209+
val mixinExtrasVersion = "0.5.0-rc.3"
210210
annotationProcessor("io.github.llamalad7:mixinextras-common:${mixinExtrasVersion}")
211211
if (platform.isFabric) {
212212
include(implementation("io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion}")!!)

0 commit comments

Comments
 (0)