Skip to content

Commit

Permalink
Bump NFRT version
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 25, 2024
1 parent 1333506 commit 36c943f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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.19").attributes(attributes -> {
spec.add(dependencyFactory.create("net.neoforged:neoform-runtime:0.1.22").attributes(attributes -> {
attributes.attribute(Bundling.BUNDLING_ATTRIBUTE, project.getObjects().named(Bundling.class, Bundling.SHADOWED));
}));
});
Expand Down

0 comments on commit 36c943f

Please sign in to comment.