Skip to content

Commit

Permalink
Fix dependency source remapping + update Mercury
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 14, 2024
1 parent 23f3073 commit c1a7825
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
Expand Up @@ -10,7 +10,7 @@ tiny-remapper = "0.10.4"
access-widener = "2.1.0"
mapping-io = "0.6.1"
lorenz-tiny = "4.0.2"
mercury = "0.4.1"
mercury = "0.4.2"
kotlinx-metadata = "0.9.0"
loom-native = "0.2.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public static Provider<Options> createOptions(Project project, MappingConfigurat
MappingsService.createOptions(
project,
mappingConfiguration.tinyMappings,
to.toString(),
from.toString(),
to.toString(),
false)
));
}
Expand Down

0 comments on commit c1a7825

Please sign in to comment.