Skip to content

Commit

Permalink
Bump NFRT
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 26, 2024
1 parent ec3a590 commit a22178f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void apply(Project project) {
files.setCanBeConsumed(false);
files.setCanBeResolved(true);
files.defaultDependencies(spec -> {
spec.add(dependencyFactory.create("net.neoforged:neoform-runtime:0.1.22").attributes(attributes -> {
spec.add(dependencyFactory.create("net.neoforged:neoform-runtime:0.1.24").attributes(attributes -> {
attributes.attribute(Bundling.BUNDLING_ATTRIBUTE, project.getObjects().named(Bundling.class, Bundling.SHADOWED));
}));
});
Expand Down

0 comments on commit a22178f

Please sign in to comment.