Dependency update

This commit is contained in:
themode 2021-02-22 12:14:52 +01:00
parent b0185aa7e1
commit 01d4cd5cf4
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ dependencies {
compile group: 'org.apache.commons', name: 'commons-text', version: '1.9'
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
api 'it.unimi.dsi:fastutil:8.4.4'
api 'it.unimi.dsi:fastutil:8.5.2'
// https://mvnrepository.com/artifact/com.google.code.gson/gson
api 'com.google.code.gson:gson:2.8.6'
@ -146,7 +146,7 @@ dependencies {
api "org.spongepowered:mixin:${mixinVersion}"
// Path finding
api 'com.github.MadMartian:hydrazine-path-finding:1.5.2'
api 'com.github.MadMartian:hydrazine-path-finding:1.5.3'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${project.kotlinVersion}"
api "org.jetbrains.kotlin:kotlin-reflect:${project.kotlinVersion}"