Stop vendoring fastutil

This commit is contained in:
AnimeGitB 2022-08-18 19:09:39 +09:30
parent 9e0d6538e9
commit b3c80db417
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ repositories {
dependencies {
implementation fileTree(dir: 'lib', include: ['*.jar'])
implementation group: 'it.unimi.dsi', name: 'fastutil', version: '8.5.8'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.11'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.11'

Binary file not shown.