Skip to content

Commit 6dc46c8

Browse files
authored
Update Mapping-IO (#703)
* Update Mapping-IO * Update Mapping-IO
1 parent 24ace52 commit 6dc46c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
exclude group: 'net.fabricmc', module: 'fabric-loader'
7575
}
7676

77-
include api('net.fabricmc:mapping-io:0.5.1')
77+
include api("net.fabricmc:mapping-io:${project.mapping_io_version}")
7878

7979
codeGenImplementation sourceSets.main.output
8080

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ org.gradle.jvmargs=-Xmx2G
2727
seedfinding_feature_version=1.171.9
2828
seedfinding_seed_version=1.171.2
2929
latticg_version=1.07
30+
mapping_io_version=0.7.1
3031
checkstyle_version=10.21.1
3132

3233
jazzer_junit_version=0.22.1

0 commit comments

Comments
 (0)