Skip to content

Commit 6b18a7b

Browse files
authored
Fix dependency source remapping + update Mercury (#1194)
1 parent 23f3073 commit 6b18a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tiny-remapper = "0.10.4"
1010
access-widener = "2.1.0"
1111
mapping-io = "0.6.1"
1212
lorenz-tiny = "4.0.2"
13-
mercury = "0.4.1"
13+
mercury = "0.4.2"
1414
kotlinx-metadata = "0.9.0"
1515
loom-native = "0.2.0"
1616

src/main/java/net/fabricmc/loom/task/service/LorenzMappingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public static Provider<Options> createOptions(Project project, MappingConfigurat
5555
MappingsService.createOptions(
5656
project,
5757
mappingConfiguration.tinyMappings,
58-
to.toString(),
5958
from.toString(),
59+
to.toString(),
6060
false)
6161
));
6262
}

0 commit comments

Comments
 (0)