diff options
| author | 2023-10-09 11:19:30 +0200 | |
|---|---|---|
| committer | 2023-10-09 12:01:46 +0200 | |
| commit | 9cc9988a4d035a80b5535bc6126eac5dbe9652b2 (patch) | |
| tree | a047e7cd9696806de00703c511fca414e9c8908f | |
| parent | Make Mapping-IO the default (diff) | |
| download | enigma-9cc9988a4d035a80b5535bc6126eac5dbe9652b2.tar.gz enigma-9cc9988a4d035a80b5535bc6126eac5dbe9652b2.tar.xz enigma-9cc9988a4d035a80b5535bc6126eac5dbe9652b2.zip | |
Update to latest Mapping-IO release
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e9fd4a25..27ea120e 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.5.0-SNAPSHOT' | 23 | implementation 'net.fabricmc:mapping-io:0.5.0-beta.1' |
| 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' |