Skip to content

Commit 725f15f

Browse files
committed
misc: Update versions in README
1 parent 4157cb5 commit 725f15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val embed by configurations.creating
1818
configurations.implementation.get().extendsFrom(embed)
1919

2020
dependencies {
21-
embed("gg.essential:loader-launchwrapper:1.3.0")
21+
embed("gg.essential:loader-launchwrapper:1.3.2")
2222
}
2323

2424
tasks.jar {
@@ -106,7 +106,7 @@ it would be done with stock Mixin 0.8.x or 0.7.10, Essential Loader only affects
106106
add it as a jar-in-jar dependency:
107107
```kotlin
108108
dependencies {
109-
jij("gg.essential:mixin:0.1.0+mixin.0.8.4")
109+
jij("gg.essential:mixin:0.2.0+mixin.0.8.7")
110110

111111
// MixinExtras may be added in the same way:
112112
// Essential Loader will automatically initialize it for you, no need to call `MixinExtrasBootstrap`.

0 commit comments

Comments
 (0)