Skip to content

Commit

Permalink
Update 1.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox2Code committed Jan 22, 2024
1 parent 47cfdd4 commit 68abf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GSON_DEPENDENCY, new Dependency("com.google.guava:guava:21.0", MAVEN_CENTRAL, "c
new Dependency("org.semver4j:semver4j:5.2.2", MAVEN_CENTRAL, "org.semver4j.Semver"),
new Dependency("org.apache.commons:commons-lang3:3.3.2", MAVEN_CENTRAL, "org.apache.commons.lang3.tuple.Pair"),
new Dependency("org.luaj:luaj-jse:3.0.1", MAVEN_CENTRAL, "org.luaj.vm2.Globals"),
new Dependency("it.unimi.dsi:fastutil-core:8.5.12", MAVEN_CENTRAL, "it.unimi.dsi.fastutil.Pair"),
// new Dependency("org.spongepowered:mixin:0.8.5", SPONGE_POWERED, "org.spongepowered.asm.mixin.Mixins"),
new Dependency("net.fabricmc:sponge-mixin:0.12.5+mixin.0.8.5", FABRIC_MC, "org.spongepowered.asm.mixin.Mixins"),
new Dependency("io.github.llamalad7:mixinextras-common:0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8

# FoxLoader properties
foxloader.version=1.2.34
foxloader.version=1.2.35
foxloader.lastReIndevTransformerChanges=1.2.33
# https://www.jitpack.io/#com.fox2code/FoxLoader

Expand Down

0 comments on commit 68abf37

Please sign in to comment.