Skip to content

Commit

Permalink
Stop vendoring fastutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdulon committed Aug 18, 2022
1 parent 9e0d653 commit b3c80db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Binary file removed lib/fastutil-mini-8.5.6.jar
Binary file not shown.

0 comments on commit b3c80db

Please sign in to comment.