diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 08ccffe8..e2d5edd7 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -20,6 +20,8 @@ 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' | ||
| 24 | |||
| 23 | testImplementation 'junit:junit:4.13.2' | 25 | testImplementation 'junit:junit:4.13.2' |
| 24 | testImplementation 'org.hamcrest:hamcrest:2.2' | 26 | testImplementation 'org.hamcrest:hamcrest:2.2' |
| 25 | } | 27 | } |