Skip to content

Commit

Permalink
bump enigma
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jan 10, 2025
1 parent 6a0fb07 commit 7af84e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
enigma = "2.5.3+local"
enigma = "2.6.1"

asm = "9.7.1"
quilt_json_parser = "0.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public String getId() {
}

@Override
public void validateProposedMapping(Entry<?> entry, EntryMapping mapping) {
public void validateProposedMapping(Entry<?> entry, EntryMapping mapping, boolean dynamic) {
// no-op
}
}

0 comments on commit 7af84e2

Please sign in to comment.