Skip to content

Commit

Permalink
Bump NFRT to fix Forge 1.20.1 issues (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Dec 7, 2024
1 parent 1965fc8 commit b4e5b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public abstract class NeoFormRuntimeExtension {
public static final String NAME = "neoFormRuntime";

private static final String DEFAULT_NFRT_VERSION = "1.0.9";
private static final String DEFAULT_NFRT_VERSION = "1.0.12";

@Inject
public NeoFormRuntimeExtension(Project project) {
Expand Down

0 comments on commit b4e5b7c

Please sign in to comment.