diff options
| author | 2023-06-17 11:50:56 +0200 | |
|---|---|---|
| committer | 2023-10-09 11:55:08 +0200 | |
| commit | 59aadb3c543da883acc1d29c7180cf889f03ba24 (patch) | |
| tree | b971a35bc84a49c62e14b5a021abe332dfb41db5 /build.gradle | |
| parent | Add progress listener to Mapping-IO conversion; deduplicate lang files (diff) | |
| download | enigma-59aadb3c543da883acc1d29c7180cf889f03ba24.tar.gz enigma-59aadb3c543da883acc1d29c7180cf889f03ba24.tar.xz enigma-59aadb3c543da883acc1d29c7180cf889f03ba24.zip | |
Update to latest Mapping IO commit
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e2d5edd7..e9fd4a25 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -20,7 +20,7 @@ subprojects { | |||
| 20 | implementation 'com.google.guava:guava:30.1.1-jre' | 20 | implementation 'com.google.guava:guava:30.1.1-jre' |
| 21 | implementation 'com.google.code.gson:gson:2.8.7' | 21 | implementation 'com.google.code.gson:gson:2.8.7' |
| 22 | 22 | ||
| 23 | implementation 'net.fabricmc:mapping-io:0.3.0' | 23 | implementation 'net.fabricmc:mapping-io:0.5.0-SNAPSHOT' |
| 24 | 24 | ||
| 25 | testImplementation 'junit:junit:4.13.2' | 25 | testImplementation 'junit:junit:4.13.2' |
| 26 | testImplementation 'org.hamcrest:hamcrest:2.2' | 26 | testImplementation 'org.hamcrest:hamcrest:2.2' |