Skip to content

Commit

Permalink
Bump mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Sep 28, 2024
1 parent af21874 commit 8e7deac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hypixel-modapi = "1.0"

lwjgl = "3.3.3"
universalcraft = "299"
mixin = "0.7.11-SNAPSHOT"
mixin = "0.8.4"

# Testing
junit-bom = "5.10.2"
Expand Down
1 change: 1 addition & 0 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dependencies {
implementation(libs.mixin) {
isTransitive = false
}
implementation("org.ow2.asm:asm-debug-all:5.2")
compileOnly("cc.polyfrost:oneconfig-${platform}:0.2.2-alpha195") {
isTransitive = false
}
Expand Down

0 comments on commit 8e7deac

Please sign in to comment.