Skip to content

Commit

Permalink
- MixinBooter 8.9 -> 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Aug 27, 2024
1 parent c09a4bf commit 98d5d6c
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 @@ -185,7 +185,7 @@ dependencies {

// Mixins
// implementation("zone.rong:mixinbooter:7.1")
val mixin : String = modUtils.enableMixins("zone.rong:mixinbooter:8.9", "mixins.stellar_core.refmap.json").toString()
val mixin : String = modUtils.enableMixins("zone.rong:mixinbooter:9.3", "mixins.stellar_core.refmap.json").toString()
api (mixin) {
isTransitive = false
}
Expand Down

0 comments on commit 98d5d6c

Please sign in to comment.