Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Oct 3, 2024
1 parent 068358c commit 9fc8041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repositories {
}

dependencies {
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.0")
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.2")

compileOnly(rfg.deobf("optifine:optifine:1.7.10_hd_u_e7"))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
acceptedMinecraftVersions = "[1.7.10]",
guiFactory = Tags.ROOT_PKG + ".config.FalseTweaksGuiFactory",
acceptableRemoteVersions = "*",
dependencies = "required-after:falsepatternlib@[1.4.0,);" +
dependencies = "required-after:falsepatternlib@[1.4.2,);" +
"after:neodymium@[0.3.2,);")
public class FalseTweaks {

Expand Down

0 comments on commit 9fc8041

Please sign in to comment.