summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e9fd4a2..27ea120 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'