Skip to content

Commit

Permalink
Update Mapping-IO
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Jan 2, 2025
1 parent 8a73f39 commit 3fe9ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}

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

codeGenImplementation sourceSets.main.output

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ org.gradle.jvmargs=-Xmx2G
seedfinding_feature_version=1.171.9
seedfinding_seed_version=1.171.2
latticg_version=1.07
mapping_io_version=0.7.0

jazzer_junit_version=0.22.1
junit_version=5.11.3

0 comments on commit 3fe9ea3

Please sign in to comment.