@@ -38,14 +38,13 @@ GSON_DEPENDENCY, new Dependency("com.google.guava:guava:21.0", MAVEN_CENTRAL, "c
38
38
new Dependency ("org.semver4j:semver4j:5.3.0" , MAVEN_CENTRAL , "org.semver4j.Semver" ),
39
39
new Dependency ("org.apache.commons:commons-lang3:3.3.2" , MAVEN_CENTRAL , "org.apache.commons.lang3.tuple.Pair" ),
40
40
new Dependency ("org.luaj:luaj-jse:3.0.1" , MAVEN_CENTRAL , "org.luaj.vm2.Globals" ),
41
- new Dependency ("it.unimi.dsi:fastutil-core:8.5.13 " , MAVEN_CENTRAL , "it.unimi.dsi.fastutil.Pair" ),
41
+ new Dependency ("it.unimi.dsi:fastutil-core:8.5.14 " , MAVEN_CENTRAL , "it.unimi.dsi.fastutil.Pair" ),
42
42
// new Dependency("org.spongepowered:mixin:0.8.5", SPONGE_POWERED, "org.spongepowered.asm.mixin.Mixins"),
43
- new Dependency ("net.fabricmc:sponge-mixin:0.13.4 +mixin.0.8.5 " , FABRIC_MC , "org.spongepowered.asm.mixin.Mixins" ),
44
- new Dependency ("io.github.llamalad7:mixinextras-common:0.3.6 " ,
43
+ new Dependency ("net.fabricmc:sponge-mixin:0.15.0 +mixin.0.8.7 " , FABRIC_MC , "org.spongepowered.asm.mixin.Mixins" ),
44
+ new Dependency ("io.github.llamalad7:mixinextras-common:0.4.0 " ,
45
45
MAVEN_CENTRAL , "com.llamalad7.mixinextras.MixinExtrasBootstrap" ),
46
- new Dependency ("com.github.bawnorton.mixinsquared:mixinsquared-common:0.1.2-beta.6" ,
47
- JITPACK , "com.bawnorton.mixinsquared.MixinSquaredBootstrap" ,
48
- "https://github.com/Bawnorton/MixinSquared/releases/download/0.1.2-beta.6/mixinsquared-common-0.1.2-beta.6.jar" ),
46
+ new Dependency ("com.github.bawnorton.mixinsquared:mixinsquared-common:0.2.0-beta.6" ,
47
+ FOX2CODE , "com.bawnorton.mixinsquared.MixinSquaredBootstrap" ),
49
48
jFallback , // jFallback have special handling in dev plugin
50
49
};
51
50
0 commit comments