summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar NebelNidas2023-11-15 20:34:45 +0100
committerGravatar NebelNidas2023-11-15 20:34:45 +0100
commitdd11b478b3fba3a25b712f2c93221c0fefb5dbda (patch)
treefd1b75cf106306d16a57f28d8b8b3602957678e4 /build.gradle
parentUse System Property for Mapping-IO (diff)
downloadenigma-dd11b478b3fba3a25b712f2c93221c0fefb5dbda.tar.gz
enigma-dd11b478b3fba3a25b712f2c93221c0fefb5dbda.tar.xz
enigma-dd11b478b3fba3a25b712f2c93221c0fefb5dbda.zip
Update Mapping-IO to full release of 0.5
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 27ea120e..3b90781a 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-beta.1' 23 implementation 'net.fabricmc:mapping-io:0.5.0'
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'